mirror of
https://github.com/opnsense/plugins.git
synced 2026-06-08 16:34:18 -04:00
net/frr: workaround - vtysh will not execute a command if vtysh.conf is missing (#433)
* net/frr: workaround - vtysh will not execute a command if vtysh.conf is missing * net/frr: bump version to 0.0.3
This commit is contained in:
parent
1fe38a15e5
commit
2d124a4c30
3 changed files with 3 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
PLUGIN_NAME= frr
|
||||
PLUGIN_VERSION= 0.0.2
|
||||
PLUGIN_VERSION= 0.0.3
|
||||
PLUGIN_COMMENT= FRR Routing Suite
|
||||
PLUGIN_DEPENDS= frr ruby
|
||||
PLUGIN_MAINTAINER= franz.fabian.94@gmail.com
|
||||
|
|
|
|||
|
|
@ -4,3 +4,4 @@ ospf6d.conf:/usr/local/etc/frr/ospf6d.conf
|
|||
ripd.conf:/usr/local/etc/frr/ripd.conf
|
||||
frr:/etc/rc.conf.d/frr
|
||||
zebra.conf:/usr/local/etc/frr/zebra.conf
|
||||
vtysh.conf:/usr/local/etc/frr/vtysh.conf
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
|
||||
Loading…
Reference in a new issue