Re: [PATCH] BGP: Output Local AS number in show protocol

2019-04-29 Thread Ondrej Zajicek
On Mon, Apr 29, 2019 at 09:46:56AM +0200, Jan-Philipp Litza wrote: > This eases the implementation of agents implementing the SNMP-BGP MIB, > which requires the local AS of a session to be specified. Thanks, will merge. -- Elen sila lumenn' omentielvo Ondrej 'Santiago' Zajicek (email:

[PATCH] BGP: Output Local AS number in show protocol

2019-04-29 Thread Jan-Philipp Litza
This eases the implementation of agents implementing the SNMP-BGP MIB, which requires the local AS of a session to be specified. --- proto/bgp/bgp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/proto/bgp/bgp.c b/proto/bgp/bgp.c index c332a836..9013e8ea 100644 --- a/proto/bgp/bgp.c +++