-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[routing-plugin] fix static routing example xml file and DEVELOPMENT.…
…md document correction for installing ipv6 unicast routing
- Loading branch information
1 parent
8d70f0c
commit 8c384f9
Showing
2 changed files
with
2 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -233,8 +233,7 @@ YANG models describing interface related functionality have to be installed: | |
$ sysrepoctl -i ./yang/[email protected] | ||
$ sysrepoctl -i ./yang/[email protected] | ||
$ sysrepoctl -i ./yang/[email protected] | ||
$ sysrepoctl -i ./yang/[email protected] | ||
$ sysrepoctl -i ./yang/[email protected] | ||
$ sysrepoctl -i ./yang/[email protected] -s ./yang/ | ||
``` | ||
|
||
After enabling the feature simply invoke this binary: | ||
|
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 |
---|---|---|
|
@@ -17,4 +17,5 @@ | |
</ipv4> | ||
</static-routes> | ||
</control-plane-protocol> | ||
</control-plane-protocols> | ||
</routing> |