diff options
author | Martin Winter <mwinter@opensourcerouting.org> | 2017-04-21 11:49:39 +0200 |
---|---|---|
committer | Martin Winter <mwinter@opensourcerouting.org> | 2017-04-21 11:49:39 +0200 |
commit | d851b2fc0d872e461b3c90056f0a1b551c0e4cf6 (patch) | |
tree | 19c9c06df33312bf26284f751c2463da23e8a8ee /snapcraft/README.usage.md | |
parent | lib: Add CLI option --moduledir to override default module location (needed f... (diff) | |
download | frr-d851b2fc0d872e461b3c90056f0a1b551c0e4cf6.tar.xz frr-d851b2fc0d872e461b3c90056f0a1b551c0e4cf6.zip |
snapcraft: Add FPM module with command to set mode or disable it
- New snap command:
frr.set fpm {disable | protobuf | netlink}
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
Diffstat (limited to 'snapcraft/README.usage.md')
-rw-r--r-- | snapcraft/README.usage.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/snapcraft/README.usage.md b/snapcraft/README.usage.md index c678c8805..537147303 100644 --- a/snapcraft/README.usage.md +++ b/snapcraft/README.usage.md @@ -30,6 +30,8 @@ Commands defined by this snap options - `frr.readme`: Returns this document `cat README_usage.md` +- `frr.set`: + Allows to enable `FPM` module. See FPM 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 @@ -86,6 +88,20 @@ 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 +---------- +The `frr.set` allows to turn FPM module on or off. + + frr.set fpm {disable|protobuf|netlink} + + Disables FPM or enables FPM with selected mode + +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` +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. + FAQ --- - frr.vtysh displays `--MORE--` on long output. How to suppress this? |