Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
bgpd-hostname-cap.patch
bgpd: Exchange hostname capability and display hostnames in outputs This patch adds a hostname capability. The node's hostname and domainname are exchanged in the new capability and used in show command outputs based on a knob enabled by the user. The hostname and domainname can be a maximum of 64 chars long, each. Signed-off-by: Dinesh G Dutt <ddutt@cumulusnetworks.com> Reviewed-by: Daniel Walton <dwalton@cumulusnetworks.com> Reviewed-by: Vivek Venkataraman <vivek@cumulusnetworks.com>
- Loading branch information
Showing
with
353 additions
and 23 deletions.
- +8 −1 bgpd/bgp_debug.c
- +4 −0 bgpd/bgp_fsm.c
- +133 −1 bgpd/bgp_open.c
- +2 −0 bgpd/bgp_open.h
- +65 −11 bgpd/bgp_route.c
- +91 −7 bgpd/bgp_vty.c
- +40 −2 bgpd/bgpd.c
- +10 −1 bgpd/bgpd.h
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.