From 62eadf9df48d2bf3e21e0634d8b35efc70ee0244 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ermal=20Lu=E7i?= Date: Fri, 26 Feb 2010 12:14:18 +0000 Subject: Allow multiple interfaces to be specified for an area. --- config/openospfd/openospfd_interfaces.xml | 108 ++++++++++++++++++++++++++++++ 1 file changed, 108 insertions(+) create mode 100644 config/openospfd/openospfd_interfaces.xml (limited to 'config/openospfd/openospfd_interfaces.xml') diff --git a/config/openospfd/openospfd_interfaces.xml b/config/openospfd/openospfd_interfaces.xml new file mode 100644 index 00000000..b8f2522e --- /dev/null +++ b/config/openospfd/openospfd_interfaces.xml @@ -0,0 +1,108 @@ + + OSPFd Interfaces + 0.1 + Services: OSPFd + /usr/local/pkg/openospfd.inc + pkg_edit.php?xml=openospfd.xml&id=0 + + /usr/local/pkg/ + 077 + http://www.pfsense.com/packages/config/openospfd/openospfd.inc + + + OSPFd + Modify ospfd settings. +
Services
+ openospfd.xml + /pkg_edit.php?xml=openospfd.xml&id=0 +
+ + + Global Settings + pkg_edit.php?xml=openospfd.xml&id=0 + + + Interface Settings + pkg.php?xml=openospfd_interfaces.xml + + + + + + Interface + interface + + + Description + descr + + + + ospfd + ospfd.sh + ospfd + + + + Interface + interface + Enter the desired participating interface here. + interfaces_selection + + + + Metric + metric + Metric for this OSPF interface (leave blank for default). + input + + + Description + descr + 30 + input + + + Enable MD5 password for this OSPFd interface (default no) + md5password + Enables the use of an MD5 password to on this instance + checkbox + + + Password + password + Password for this OSPF interface. + input + + + Router Priority + routerpriorityelections + Router priority when participating in elections for DR (Default 1) Valid range is 0-255. 0 will cause the router to not participate in election. + input + + + Hello Interval + hellointervalinseconds + Hello Interval this OSPF interface in seconds (Default 10). + input + + + Retransmit Interval + retransmitinterval + Retransmit Interval this OSPF interface in seconds (Default 5). + input + + + Dead Timer + deadtimer + Dead Timer for this OSPF interface in seconds (Default 40). + input + + + + ospfd_install_conf(); + + + ospfd_validate_interface(); + +
-- cgit v1.2.3