summaryrefslogtreecommitdiff
path: root/scripts/build-command-op-templates
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-03-04 21:30:13 +0100
committerChristian Poessinger <christian@poessinger.com>2020-03-04 21:45:41 +0100
commit3d231292c8beaa00d40f922c01ca4191b2b89da1 (patch)
tree5293cbb832c3973f1839d5b6a38153d1a34ee471 /scripts/build-command-op-templates
parent5b69a581831ba431d6b56077ad6340925a73a371 (diff)
downloadvyos-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/build-command-op-templates')
0 files changed, 0 insertions, 0 deletions