]> git.ipfire.org Git - thirdparty/bird.git/commit
BGP: Add support for BGP hostname capability
authorVincent Bernat <vincent@bernat.ch>
Wed, 10 Feb 2021 15:53:57 +0000 (16:53 +0100)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Wed, 10 Feb 2021 15:53:57 +0000 (16:53 +0100)
commit714238716ef36f1dfc5721055e2ec4affd42ebfa
tree50564bd78326443e2376f2095251b6b1c0871afc
parent00b85905b9f5081eb2fce0ed79542085278e9f42
BGP: Add support for BGP hostname capability

This is an implementation of draft-walton-bgp-hostname-capability-02.
It is implemented since quite some time for FRR and in datacenter, this
gives a nice output to avoid using IP addresses.

It is disabled by default. The hostname is retrieved from uname(2) and
can be overriden with "hostname" option. The domain name is never set
nor displayed.

Minor changes by committer.
conf/conf.c
conf/conf.h
doc/bird.sgml
nest/cmds.c
nest/config.Y
proto/bgp/bgp.c
proto/bgp/bgp.h
proto/bgp/config.Y
proto/bgp/packets.c
sysdep/unix/main.c
sysdep/unix/unix.h