summaryrefslogtreecommitdiff
path: root/snapcraft/README.usage.md
diff options
context:
space:
mode:
authorJafar Al-Gharaibeh <jafar@atcorp.com>2017-05-11 16:52:27 -0500
committerQuentin Young <qlyoung@users.noreply.github.com>2017-05-15 12:28:56 -0400
commit7ce9737dd7215ac6acb32daea9d78153e91de4d8 (patch)
treeb7a9eee9b91393d50dbb3870bfbf983c19d75ac2 /snapcraft/README.usage.md
parent7b87a0d5c60fa627ed0cd833a71138725c621513 (diff)
snap: add vtysh as a "proper" command alias for frr.vtysh
This allows direct access to vtysh without the "frr." prefix. The alias can be enabled by sudo snap frr vtysh Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
Diffstat (limited to 'snapcraft/README.usage.md')
-rw-r--r--snapcraft/README.usage.md18
1 files changed, 11 insertions, 7 deletions
diff --git a/snapcraft/README.usage.md b/snapcraft/README.usage.md
index 537147303a..1034790e00 100644
--- a/snapcraft/README.usage.md
+++ b/snapcraft/README.usage.md
@@ -109,13 +109,17 @@ FAQ
`export VTYSH_PAGER=cat` to the end of your `.profile`)
- 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
- 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)
+ - Installing a new snap starts the daemons, but at this time they
+ may not have the required priviledged 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)
+
+- Can I run vtysh directly without the "frr." prefix?
+ - Yes, enable the vtysh alias in the frr snap package by:
+ sudo snap alias frr vtysh
Sourcecode available
====================