-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PortBaseErr = iota - 1000 VlanBaseErr = iota - 2000 L2ErrBase = iota - 3000 NeighErrBase = iota - 4000 RtErrBase = iota - 5000 ZoneBaseErr = iota - RtErrBase - 1000 = 4000 fixed to ZoneBaseErr = iota - 6000 RuleErrBase = iota - ZoneBaseErr - 1000 = -5000 fixed to RuleErrBase = iota - 7000 L3ErrBase = iota - RtErrBase - 1000 = 4000 fixed to L3ErrBase = iota - 8000 CIErrBase = iota - 90000 PolErrBase = iota - 100000 MirrErrBase = iota - 101000 SessErrBase = iota - 90000 fixed to SessErrBase = iota - 102000 DpErrBase = iota - L3ErrBase - 1000 = -5000 fixed to DpErrBase = iota - 103000
- Loading branch information
Showing
5 changed files
with
14 additions
and
11 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
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