-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
You now only need to define a pppoe-bundle as a list of pppoe instance like : pppoe-bundle TEST_BUNDLE instance ETH0 instance ETH1 first instance in the bundle will be considered as 'primary' and all the others as 'secondary'. Secondary instances will refer to Primary instance tracking elements (session, hunique, session_timer, ppp_timer). During normal operations primary instance will be used to initiate PPPoE negorication. Secondary instances can also serve PPPoE traffic since they are sharing same tracking as primary. This is why Primary and Secondary instances are active and serving traffic. During error on interface PPPoE instance will transit to FAULT state, then new instance will be elected to serve new PPPoE negociation traffic (first secondary instance available);
- Loading branch information
Showing
7 changed files
with
132 additions
and
99 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
Oops, something went wrong.