-
Notifications
You must be signed in to change notification settings - Fork 335
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4187 from c-po/babel-tests
babel: T6866: IPv6 distribute-lists in access-list6 format have names not numbers
- Loading branch information
Showing
4 changed files
with
268 additions
and
94 deletions.
There are no files selected for viewing
38 changes: 38 additions & 0 deletions
38
interface-definitions/include/babel/redistribute-common.xml.i
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
<!-- include start from babel/redistribute-common.xml.i --> | ||
<leafNode name="bgp"> | ||
<properties> | ||
<help>Border Gateway Protocol (BGP)</help> | ||
<valueless/> | ||
</properties> | ||
</leafNode> | ||
<leafNode name="connected"> | ||
<properties> | ||
<help>Connected routes (directly attached subnet or host)</help> | ||
<valueless/> | ||
</properties> | ||
</leafNode> | ||
<leafNode name="isis"> | ||
<properties> | ||
<help>Intermediate System to Intermediate System (IS-IS)</help> | ||
<valueless/> | ||
</properties> | ||
</leafNode> | ||
<leafNode name="kernel"> | ||
<properties> | ||
<help>Redistribute Kernel routes (not installed via the zebra RIB)</help> | ||
<valueless/> | ||
</properties> | ||
</leafNode> | ||
<leafNode name="openfabric"> | ||
<properties> | ||
<help>OpenFabric Routing Protocol</help> | ||
<valueless/> | ||
</properties> | ||
</leafNode> | ||
<leafNode name="static"> | ||
<properties> | ||
<help>Statically configured routes</help> | ||
<valueless/> | ||
</properties> | ||
</leafNode> | ||
<!-- include end --> |
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.