-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This patch adds support for allowing BGP to create and bring up neighbor
sessions dynamically. The operator configures a range of neighbor addresses to which peering is allowed. The ranges are configured as subnets and multiple ranges are allowed. Each range is associated with a peer-group so that additional parameters can be configured. BGP neighbor sessions are dynamically created when connections are initiated by remote neighbors whose addresses fall within a configured range. The sessions are deleted when the BGP connection terminates. A limit on the number of neighbors allowed from each range of addresses can be specified. IPv4 and IPv6 peering is supported. Over the peering, any of the address families configured for the peer-group can be negotiated.
- Loading branch information
1 parent
3f9c736
commit f14e6fd
Showing
8 changed files
with
935 additions
and
18 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
Oops, something went wrong.