How come older version *1.2.2* built on Sat Jan 17 17:24:57 EST 2009 has "This allows packets with ip options to pass otherwise they are blocked by default i.e. with multicast routing/proxing. " in Rules->Edit->Advanced

but the latest snapshot *1.2.3-RC3* built on Wed Sep 30 17:10:49 UTC 2009 does not have this feature?

1.2.2 firewall_rules_edit.php line 89:
       /* advanced */
       if (isset($a_filter[$id]['allowopts']))
               $pconfig['allowopts'] = true;
       $pconfig['max-src-nodes'] = $a_filter[$id]['max-src-nodes'];
       $pconfig['max-src-states'] = $a_filter[$id]['max-src-states'];

1.2.3 firewall_rules_edit.php line 9:
       /* advanced */
       $pconfig['max-src-nodes'] = $a_filter[$id]['max-src-nodes'];
       $pconfig['max-src-states'] = $a_filter[$id]['max-src-states'];

Could somebody fix this please or provide the reason why this extremely useful feature was removed?
Thank you!

Evgeny.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Commercial support available - https://portal.pfsense.org

Reply via email to