mirror of
https://github.com/opnsense/plugins.git
synced 2026-06-08 16:34:18 -04:00
net/frr: merge version 1.1 from master
This commit is contained in:
parent
eeac55030a
commit
ffa156ca76
2 changed files with 5 additions and 2 deletions
|
|
@ -1,6 +1,5 @@
|
|||
PLUGIN_NAME= frr
|
||||
PLUGIN_VERSION= 1.0
|
||||
PLUGIN_REVISION= 2
|
||||
PLUGIN_VERSION= 1.1
|
||||
PLUGIN_COMMENT= The FRRouting Protocol Suite
|
||||
PLUGIN_DEPENDS= frr ruby
|
||||
PLUGIN_CONFLICTS= quagga
|
||||
|
|
|
|||
4
net/frr/src/etc/rc.syshook.d/50-frr.start
Executable file
4
net/frr/src/etc/rc.syshook.d/50-frr.start
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
# XXX this should not be strictly needed
|
||||
/usr/local/etc/rc.d/frr start
|
||||
Loading…
Reference in a new issue