summaryrefslogtreecommitdiff
path: root/lib/routemap_northbound.c
diff options
context:
space:
mode:
authorDon Slice <dslice@nvidia.com>2021-03-19 15:10:14 -0400
committerDon Slice <dslice@nvidia.com>2021-03-31 09:38:59 -0700
commit00302a580c57fce0bb45d3fd6af9d4408a417ceb (patch)
tree591123af13564ea33852d8352a0c5880d8552a92 /lib/routemap_northbound.c
parent880dcb06e4166c3c861bd0e04361af12d85ef056 (diff)
tools: frr-reload fixes for deleting vrf static routes
Problems reported that in certain cases, frr-reload.py would delete vrf static routes inadvertantly due to two different reasons. First, vrf statics with null0 or Null0 nexthops would fail the match since rendered as blackholes. This was already fixed for non-vrf statics so added for vrf-based. Second, frr-reload would fail to match due to different formats for adding the command. If entered in the old way "ip route x.x.x.x/x y.y.y.y vrf NAME" and rendered in the new sway "vrf NAME\nip route x.x.x.x/x y.y.y.y" it would fail to match do an inadvertant delete. Ticket: 2570270 Signed-off-by: Don Slice <dslice@nvidia.com>
Diffstat (limited to 'lib/routemap_northbound.c')
0 files changed, 0 insertions, 0 deletions