Skip to content
Snippets Groups Projects
  • Vincent Bernat's avatar
    71423871
    BGP: Add support for BGP hostname capability · 71423871
    Vincent Bernat authored and Ondřej Zajíček's avatar Ondřej Zajíček committed
    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.
    71423871
    History
    BGP: Add support for BGP hostname capability
    Vincent Bernat authored and Ondřej Zajíček's avatar Ondřej Zajíček committed
    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.h 7.56 KiB