diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-01-29 19:37:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-29 19:37:57 +0100 |
commit | 9b750c11011761099f06ccce89a9b7001764629e (patch) | |
tree | bf8187f9bc73454a30ac50a86dce445e94ef9b8b /lib/Vyatta/IpTables/Rule.pm | |
parent | 92ba4e493adc3158c6aafc3d6b5f6f86b2e7e4ff (diff) | |
parent | 7e00db319e5078c1f290e63a968af0c507c99bd4 (diff) | |
download | vyatta-cfg-firewall-9b750c11011761099f06ccce89a9b7001764629e.tar.gz vyatta-cfg-firewall-9b750c11011761099f06ccce89a9b7001764629e.zip |
Merge pull request #29 from goodNETnick/default-rule-num
firewall: T4100: default action number
Diffstat (limited to 'lib/Vyatta/IpTables/Rule.pm')
-rwxr-xr-x | lib/Vyatta/IpTables/Rule.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Vyatta/IpTables/Rule.pm b/lib/Vyatta/IpTables/Rule.pm index 5f1e0a4..034ecfe 100755 --- a/lib/Vyatta/IpTables/Rule.pm +++ b/lib/Vyatta/IpTables/Rule.pm @@ -68,7 +68,7 @@ my %fields = ( ); my %dummy_rule = ( - _rule_number => 10000, + _rule_number => 1000000, _protocol => "all", _state => { _established => undef, |