-
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.
interfaces-plugin: update README to include which features need to be…
… enabled
- Loading branch information
Showing
1 changed file
with
3 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -78,7 +78,7 @@ Lastly, invoke the build and install using `make`: | |
$ make -j$(nproc) install | ||
``` | ||
|
||
The plugins require several YANG modules to be loaded into the Sysrepo datastore. | ||
The plugins require several YANG modules to be loaded into the Sysrepo datastore and several features need to be enabled. | ||
For the interfaces plugin this can be achieved by invoking the following commands: | ||
|
||
``` | ||
|
@@ -88,6 +88,8 @@ $ sysrepoctl -i ./yang/[email protected] | |
$ sysrepoctl -i ./yang/[email protected] | ||
$ sysrepoctl -i ./yang/ieee802-dot1q-types.yang | ||
$ sysrepoctl -i ./yang/[email protected] | ||
$ sysrepoctl --change ietf-interfaces --enable-feature if-mib | ||
$ sysrepoctl --change ietf-if-extensions --enable-feature sub-interfaces | ||
``` | ||
|
||
For the routing plugin, the following models have to be installed: | ||
|