diff options
author | Marcello Coutinho <marcellocoutinho@gmail.com> | 2012-05-29 12:00:28 -0300 |
---|---|---|
committer | Marcello Coutinho <marcellocoutinho@gmail.com> | 2012-05-29 12:00:28 -0300 |
commit | 3c9994f702d80323f1ce528b35afbe1ec291b2f9 (patch) | |
tree | 7eca490235664948dbef9e042ae4067599cfc5e6 /config/ipguard | |
parent | b61fc7948326cd808bf1357a8a530880224ec62c (diff) | |
download | pfsense-packages-3c9994f702d80323f1ce528b35afbe1ec291b2f9.tar.gz pfsense-packages-3c9994f702d80323f1ce528b35afbe1ec291b2f9.tar.bz2 pfsense-packages-3c9994f702d80323f1ce528b35afbe1ec291b2f9.zip |
ipguard-dev - include description and movable xml options and move it to firewall menu
Diffstat (limited to 'config/ipguard')
-rw-r--r-- | config/ipguard/ipguard.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/ipguard/ipguard.xml b/config/ipguard/ipguard.xml index ca13fc25..4e8bded9 100644 --- a/config/ipguard/ipguard.xml +++ b/config/ipguard/ipguard.xml @@ -50,7 +50,7 @@ <menu> <name>Ipguard</name> <tooltiptext>Tool designed to protect LAN IP adress space by ARP spoofing</tooltiptext> - <section>Services</section> + <section>Firewall</section> <url>/pkg.php?xml=ipguard.xml</url> </menu> <service> @@ -103,6 +103,8 @@ <fielddescr>description</fielddescr> <fieldname>description</fieldname> </columnitem> + <movable>on</movable> + <description><![CDATA[All permitted MAC/IP pairs listed here.<br>When enabled, If firewall recieves one with MAC/IP pair not listed here, it will send ARP reply with configured fake address.<br>This will prevent not permitted host to work properly in the specified ethernet segment.]]></description> </adddeleteeditpagefields> <fields> <field> |