mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
Some updates to quagga package (#92)
* Added zebra.conf Added zebra.conf since quagga wont start without zebra * Added zebra.conf Added zebra.conf since Quagga wont start without zebra * Changed OSPF to Quagga This is general, not OSPF itself * Changed ospf to bgp Changed ospf to bgp * Changed ospf to isis Changed ospf to isis * Changed ospf to rip Changed ospf to rip * Added help to network.area Added help to network.area * Removed OSPF related configuration Doesn't make sense here
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
<id>routing.bgp.general.Enabled</id>
|
||||
<label>enable</label>
|
||||
<type>checkbox</type>
|
||||
<help>This will activate the ospf service.</help>
|
||||
<help>This will activate the bgp service.</help>
|
||||
</field>
|
||||
</form>
|
||||
|
||||
+1
@@ -18,5 +18,6 @@
|
||||
<id>network.area</id>
|
||||
<label>Area</label>
|
||||
<type>text</type>
|
||||
<help>Area in wildcard mask style like 0.0.0.0 and no decimal 0</help>
|
||||
</field>
|
||||
</form>
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
<id>routing.isis.general.Enabled</id>
|
||||
<label>enable</label>
|
||||
<type>checkbox</type>
|
||||
<help>This will activate the ospf service.</help>
|
||||
<help>This will activate the isis service.</help>
|
||||
</field>
|
||||
</form>
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
<id>routing.rip.general.Enabled</id>
|
||||
<label>enable</label>
|
||||
<type>checkbox</type>
|
||||
<help>This will activate the ospf service.</help>
|
||||
<help>This will activate the rip service.</help>
|
||||
</field>
|
||||
</form>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<model>
|
||||
<mount>//OPNsense/quagga/general</mount>
|
||||
<description>OSPF Routing configuration</description>
|
||||
<description>Quagga Routing configuration</description>
|
||||
<items>
|
||||
<enabled type="BooleanField">
|
||||
<default>0</default>
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
ospfd.conf:/usr/local/etc/quagga/ospfd.conf
|
||||
quagga:/etc/rc.conf.d/quagga
|
||||
zebra.conf:/usr/local/etc/quagga/zebra.conf
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
!
|
||||
! Zebra configuration saved from vty
|
||||
! 2017/03/03 20:21:04
|
||||
!
|
||||
!
|
||||
!
|
||||
!
|
||||
!
|
||||
ip forwarding
|
||||
ipv6 forwarding
|
||||
!
|
||||
!
|
||||
line vty
|
||||
!
|
||||
Reference in New Issue
Block a user