Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bgpd: Set extended msg size only if we advertised and received capabi…
…lity If we don't advertise any capabilities (dont-capability-negotiate), we shouldn't set msg size to 65k only if received this capability from another peer. Before: ``` ~/frr# vtysh -c 'show ip bgp update-group' | grep 'Max packet size' Max packet size: 65535 ``` After: ``` ~/frr# vtysh -c 'show ip bgp update-group' | grep 'Max packet size' Max packet size: 4096 ``` Signed-off-by: Donatas Abraitis <[email protected]> (cherry picked from commit 8d976b0)
- Loading branch information