]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: fix no set as_path replace command
authorFrancois Dumontet <francois.dumontet@6wind.com>
Fri, 30 Jun 2023 16:16:33 +0000 (18:16 +0200)
committerFrancois Dumontet <francois.dumontet@6wind.com>
Fri, 30 Jun 2023 16:40:55 +0000 (18:40 +0200)
commit4f15477d51aede271a21be3346b1564f2e58034c
tree9e5bd135eefd813df2f9a98329047db6d8bb5ee5
parent3b02d99f33bc9cc78df66ec804862a564c8bf2b2
bgpd: fix no set as_path replace command

fix to avoid "Excessive docstring" message

sharpd@eva ~/frr (tests_need_to_be_stricter)> sudo /usr/lib/frr/bgpd
--log stdout --log-level debug --daemon
2023/06/30 09:47:25 BGP: [K2CCG-5Y7ZJ] Excessive docstring while
parsing 'no set as-path replace [<any|ASNUM>]
[<ASNUM>$configured_asn]'
2023/06/30 09:47:25.361807 BGP: [K2CCG-5Y7ZJ] Excessive docstring
while parsing 'no set as-path replace [<any|ASNUM>]
[<ASNUM>$configured_asn]'
2023/06/30 09:47:25 BGP: [W7ENN-K2SVA] ----------
2023/06/30 09:47:25.361839 BGP: [W7ENN-K2SVA] ----------
2023/06/30 09:47:25 BGP: [WCW75-6TZPF] Define the configured AS number
2023/06/30 09:47:25.361842 BGP: [WCW75-6TZPF] Define the configured AS
number
2023/06/30 09:47:25 BGP: [W7ENN-K2SVA] ----------
2023/06/30 09:47:25.361844 BGP: [W7ENN-K2SVA] ----------
2023/06/30 09:47:25.382835 BGP: [T83RR-8SM5G] bgpd 9.1-dev starting:
vty@2605, bgp@<all>:179

Signed-off-by: Francois Dumontet <francois.dumontet@6wind.com>
bgpd/bgp_routemap.c