summaryrefslogtreecommitdiff
path: root/lib/filter_cli.c
diff options
context:
space:
mode:
authorRyoga Saito <ryoga.saito@linecorp.com>2022-11-22 22:57:24 +0900
committerRyoga Saito <ryoga.saito@linecorp.com>2022-11-22 22:59:46 +0900
commit3afb06d324d93541ab1f992895f647e2fc63b159 (patch)
tree1c152181cca265e0cc18c4620ea02cc9d2a0afff /lib/filter_cli.c
parent298748af21f1bd2a1e3890353e7ef6a47946cdf7 (diff)
bgpd: Fix the other of SR locator parameters
The latest FRR's frr-reload.py is broken and we can't reload FRR gracefully with segment routing locator configuration (if we execute frr-reload.py, FRR will stop suddenly). The root cause of this issue is very simple. FRR will display the current configuration like this (the below is the result of "show running-configuration"). `` segment-routing srv6 locators locator default prefix fd00:1:0:1::/64 block-len 40 node-len 24 func-bits 16 exit ! exit ! exit ! exit ``` However, FRR doesn't accept segment routing locator parameters if we specify block-len and node-len earlier than func-bits. Signed-off-by: Ryoga Saito <ryoga.saito@linecorp.com>
Diffstat (limited to 'lib/filter_cli.c')
0 files changed, 0 insertions, 0 deletions