mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 18:35:13 +00:00
Cause: The user is trying to specify the routing table to use by the name of a built-in routing table defined in /usr/share/iproute2/rt_tables such as `main`. Consequence: The network role gives an error: "cannot find route table main in `/etc/iproute2/rt_tables` or `/etc/iproute2/rt_tables.d/`" The workaround is that the user must specify the table by number instead of name e.g `table: 254` instead of `table: main` Fix: Look for table mappings in /usr/share/iproute2/rt_tables as well as the other paths. Result: The user can use built-in route table names. Signed-off-by: Rich Megginson <rmeggins@redhat.com> |
||
|---|---|---|
| .. | ||
| network_lsr | ||