diff options
author | Martin Winter <mwinter@opensourcerouting.org> | 2018-08-11 03:35:06 +0200 |
---|---|---|
committer | Martin Winter <mwinter@opensourcerouting.org> | 2018-08-18 22:33:01 +0200 |
commit | 4ed8f3f619fa5d16667b513830d35029a4a227e6 (patch) | |
tree | b78c3011f30a7b6e1e96010e05a735495371cf62 /snapcraft/README.usage.md | |
parent | Merge pull request #2829 from donaldsharp/more_upstream (diff) | |
download | frr-4ed8f3f619fa5d16667b513830d35029a4a227e6.tar.xz frr-4ed8f3f619fa5d16667b513830d35029a4a227e6.zip |
snapcraft: Add RPKI to snap package
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
Diffstat (limited to 'snapcraft/README.usage.md')
-rw-r--r-- | snapcraft/README.usage.md | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/snapcraft/README.usage.md b/snapcraft/README.usage.md index 50711b13b..a7b51a565 100644 --- a/snapcraft/README.usage.md +++ b/snapcraft/README.usage.md @@ -31,7 +31,7 @@ Commands defined by this snap - `frr.readme`: Returns this document `cat README_usage.md` - `frr.set`: - Allows to enable `FPM` module. See FPM section below + Allows to enable `FPM` and/or disable RPKIi module. See Module section below and for debugging defined at this time (May get removed later - do not depend on them). These are mainly intended to debug the Snap @@ -100,13 +100,13 @@ are named `eth0`, `eth1` and `eth2`, then the additional lines in These settings require either a reboot or a manual configuration with `sysctl` as well. -FPM Module +Modules ---------- -The `frr.set` allows to turn FPM module on or off. +The `frr.set` allows to turn FPM module ond the RPKI module on or off. frr.set fpm {disable|protobuf|netlink} - Disables FPM or enables FPM with selected mode + Disables FPM or enables FPM with selected mode (default: disabled) By default, the FPM module is disabled, but installed with netlink and protobuf support. To enable the FPM module, use the `frr.set fpm protobuf` @@ -114,6 +114,17 @@ or `frr.set fpm netlink` command. The command will only enable the mode for the next restart of zebra. Please reboot or restart zebra after changing the mode to become effective. + frr.set rpki {enable|disable} + + Disables or enables BGP RPKI (default: enabled) + +By default, the RPKI module is enabled. To disable the RPKI module +use the `frr.set rpki disable` command. The command will only enable +the module after the next restart of the bgp daemon. Please reboot or +restart bgpd after changing the mode to become effective. +(Normally, there is no need to disable the module as it has no effect +if there are no RPKI configurations in BGP) + FAQ --- - frr.vtysh displays `--MORE--` on long output. How to suppress this? |