mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-06-05 05:36:10 +00:00
![]() Remove neighbor <> remote-as <> config line, if the neighbor is part of the peer-group and peer-group contains remote-as config. Neighbors which are part of the peer-group cannot override remote-as. Fix: Frr-reload needs to remote 'neighbor <> remote-as <>' from lines_to_add if its already part of peer-group and peer-group has remote-as config. Testing Done: Before: Config snippet: neighbor PEERS peer-group neighbor PEERS remote-as external neighbor PEERS timers 3 9 neighbor 10.2.1.1 remote-as external neighbor 10.2.1.1 peer-group PEERS neighbor 10.2.1.1 timers 3 9 neighbor 10.2.1.2 remote-as external neighbor 10.2.1.2 peer-group PEERS Frr-reload failure: line 179: Failure to communicate[13] to bgpd, line: neighbor 10.2.1.1 remote-as external % Peer-group member cannot override remote-as of peer-group line 179: Failure to communicate[13] to bgpd, line: neighbor 10.2.1.2 remote-as external % Peer-group member cannot override remote-as of peer-group After: frr-reload apply the config successfully. Signed-off-by: Chirag Shah <chirag@nvidia.com> |
||
---|---|---|
.. | ||
coccinelle | ||
etc | ||
gcc-plugins | ||
.gitignore | ||
build-debian-package.sh | ||
checkpatch.pl | ||
checkpatch.sh | ||
cocci.h | ||
convert-fixedwidth.sh | ||
fixup-deprecated.py | ||
frr_babeltrace.py | ||
frr-llvm-cg.c | ||
frr-llvm-debuginfo.cpp | ||
frr-llvm-debuginfo.h | ||
frr-reload | ||
frr-reload.py | ||
frr.in | ||
frr.service.in | ||
frr.vim | ||
frr@.service.in | ||
frrcommon.sh.in | ||
frrinit.sh.in | ||
gen_northbound_callbacks.c | ||
gen_yang_deviations.c | ||
generate_support_bundle.py | ||
git-reindent-branch.py | ||
indent.py | ||
lua.scr | ||
Makefile | ||
mrlg.txt | ||
multiple-bgpd.sh | ||
nhrpd-event-handler.sh | ||
permutations.c | ||
releasedate.py | ||
render_md.py | ||
rrcheck.pl | ||
rrlookup.pl | ||
start-stop-daemon.c | ||
stringmangle.py | ||
subdir.am | ||
symalyzer.html | ||
symalyzer.py | ||
valgrind.supp | ||
vty_index.sh | ||
watchfrr.sh.in | ||
zc.pl | ||
zebra.el |