diff options
author | Quentin Young <qlyoung@users.noreply.github.com> | 2017-05-15 18:24:17 +0200 |
---|---|---|
committer | Quentin Young <qlyoung@users.noreply.github.com> | 2017-05-15 18:28:56 +0200 |
commit | f8c7b8a495ebba47e72677d5ef9ead344f413b22 (patch) | |
tree | 13bd844064f86bc6613c2d6516e6fe69d878abf4 /snapcraft | |
parent | snap: add vtysh as a "proper" command alias for frr.vtysh (diff) | |
download | frr-f8c7b8a495ebba47e72677d5ef9ead344f413b22.tar.xz frr-f8c7b8a495ebba47e72677d5ef9ead344f413b22.zip |
snapcraft: fix minor typo
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'snapcraft')
-rw-r--r-- | snapcraft/README.usage.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/snapcraft/README.usage.md b/snapcraft/README.usage.md index 1034790e0..28d239545 100644 --- a/snapcraft/README.usage.md +++ b/snapcraft/README.usage.md @@ -110,12 +110,12 @@ FAQ - ospfd / ospf6d are not running after installation - Installing a new snap starts the daemons, but at this time they - may not have the required priviledged access. Make sure you + may not have the required privileged access. Make sure you issue the `snap connect` command as given above (can be verified with `snap interfaces`) and **THEN** restart the daemons (or reboot the system). This is a limitation of any snap package at this time which - requires priviledged interfaces (ie to manipulate routing tables) + requires privileged interfaces (ie to manipulate routing tables) - Can I run vtysh directly without the "frr." prefix? - Yes, enable the vtysh alias in the frr snap package by: |