forked from FRRouting/frr
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify BGP unnumbered configuration by eliminating the unessential.
To make BGP configuration as simple as possible, assume the capability extended-nexthop to be default for interface neighbors. Also allow the ability to specify remote-as on the same line as neighbor interface to make BGP unnumbered configuration a single line. One corner case. This is the first feature for which the default for a member is different from the default for a peer-group. Since advertising the capability is only done for interface neighbors, the capability is not set for the peer-group, but is automatically set for interface neighbors that belong to that peer-group. So, if you want to disable the advertisement of this capability for an interface neighbor, you must do it per each interface neighbor. The patch is more complicated than it needs to be due to the handling of quagga reload and appropriate updates to the show running output. Ticket: CM-11830 Reviewed By: CCR-4958 Testing Done: Usual coterie, including manual (cherry picked from commit 347914a)
- Loading branch information
Dinesh G Dutt
committed
Jul 16, 2016
1 parent
7fb21a9
commit b3a39dc
Showing
3 changed files
with
193 additions
and
24 deletions.
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