diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-03-04 21:30:13 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-03-04 21:45:41 +0100 |
commit | 3d231292c8beaa00d40f922c01ca4191b2b89da1 (patch) | |
tree | 5293cbb832c3973f1839d5b6a38153d1a34ee471 /scripts | |
parent | 5b69a581831ba431d6b56077ad6340925a73a371 (diff) | |
download | vyos-1x-3d231292c8beaa00d40f922c01ca4191b2b89da1.tar.gz vyos-1x-3d231292c8beaa00d40f922c01ca4191b2b89da1.zip |
vrf: T31: reorder routing table lookups
Linux routing uses rules to find tables - routing targets are then looked up in
those tables. If the lookup got a matching route, the process ends.
TL;DR; first table with a matching entry wins!
You can see your routing table lookup rules using "ip rule", sadly the local
lookup is hit before any VRF lookup. Pinging an addresses from the VRF will
usually find a hit in the local table, and never reach the VRF routing table -
this is usually not what you want. Thus we will re-arrange the tables and move
the local lookup furhter down once VRFs are enabled.
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions