diff options
| author | Donatas Abraitis <donatas.abraitis@gmail.com> | 2021-08-02 08:59:24 +0300 |
|---|---|---|
| committer | Donatas Abraitis <donatas.abraitis@gmail.com> | 2021-08-02 09:34:43 +0300 |
| commit | 8d976b0e2b78c3755d8d7868c535db8c8a163008 (patch) | |
| tree | 4a7d71d744e975f30388ef349ab583c6d6130d2f /ospf6d/ospf6_interface.c | |
| parent | a76301c11c10bc87ff14d954bab21bca8679fad9 (diff) | |
bgpd: Set extended msg size only if we advertised and received capability
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 <donatas.abraitis@gmail.com>
Diffstat (limited to 'ospf6d/ospf6_interface.c')
0 files changed, 0 insertions, 0 deletions
