Is it possible to have multiple routing tables with the same ID? the name of the table would still be unique.
I cant find the information about this, seems is focusing on ip rule and add addr to the tables.
The table list at /etc/iproute2/rt_tables
#
#reserved values
#
255 local
254 main
253 default
0 unspec
#
# local
#
#1 inr.ruhep
7 testA
7 testB
Does this work? I have been testing and it looks like both tables are use.
Where could i find information about table ID and if it needs to be unique?