diff options
author | Jafar Al-Gharaibeh <jafar@atcorp.com> | 2017-05-11 23:52:27 +0200 |
---|---|---|
committer | Quentin Young <qlyoung@users.noreply.github.com> | 2017-05-15 18:28:56 +0200 |
commit | 7ce9737dd7215ac6acb32daea9d78153e91de4d8 (patch) | |
tree | b7a9eee9b91393d50dbb3870bfbf983c19d75ac2 /snapcraft/README.snap_build.md | |
parent | Merge pull request #521 from opensourcerouting/bgpd-fixes-stable (diff) | |
download | frr-7ce9737dd7215ac6acb32daea9d78153e91de4d8.tar.xz frr-7ce9737dd7215ac6acb32daea9d78153e91de4d8.zip |
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.snap_build.md')
-rw-r--r-- | snapcraft/README.snap_build.md | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/snapcraft/README.snap_build.md b/snapcraft/README.snap_build.md index eeee6a17a..7c4284845 100644 --- a/snapcraft/README.snap_build.md +++ b/snapcraft/README.snap_build.md @@ -94,7 +94,16 @@ All the commands are prefixed with frr. frr.zebra-debug vtysh can be accessed as frr.vtysh (Make sure you have /snap/bin in your -path). If access as `vtysh` instead of `frr.vtysh` is needed, a symlink -can be created: +path). If access as `vtysh` instead of `frr.vtysh` is needed, you can enable it +via a snap alias as follows: - sudo ln -s /snap/bin/frr.vtysh /usr/local/bin/vtysh + sudo snap alias frr vtysh + +This will add the vtysh command to your /snap/bin for direct access. The output of + + sudo snap aliases + +should list vtysh command alias as enabled: + +App Alias Notes +frr.vtysh vtysh enabled |