forked from Mirror/frr
snapcraft: fix minor typo
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
parent
7ce9737dd7
commit
f8c7b8a495
|
@ -110,12 +110,12 @@ FAQ
|
||||||
|
|
||||||
- ospfd / ospf6d are not running after installation
|
- ospfd / ospf6d are not running after installation
|
||||||
- Installing a new snap starts the daemons, but at this time they
|
- 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
|
issue the `snap connect` command as given above (can be verified
|
||||||
with `snap interfaces`) and **THEN** restart the daemons (or
|
with `snap interfaces`) and **THEN** restart the daemons (or
|
||||||
reboot the system).
|
reboot the system).
|
||||||
This is a limitation of any snap package at this time which
|
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?
|
- Can I run vtysh directly without the "frr." prefix?
|
||||||
- Yes, enable the vtysh alias in the frr snap package by:
|
- Yes, enable the vtysh alias in the frr snap package by:
|
||||||
|
|
Loading…
Reference in a new issue