From 714238716ef36f1dfc5721055e2ec4affd42ebfa Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Wed, 10 Feb 2021 16:53:57 +0100 Subject: 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. --- doc/bird.sgml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc') diff --git a/doc/bird.sgml b/doc/bird.sgml index 28b0e400..5d1df5bc 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -585,6 +585,9 @@ include "tablename.conf";; See section for detailed description of interface patterns with extended clauses. +