~ubuntu-branches/debian/squeeze/shorewall/squeeze

« back to all changes in this revision

Viewing changes to Perl/Shorewall/Config.pm

  • Committer: Bazaar Package Importer
  • Author(s): Roberto C. Sanchez
  • Date: 2010-09-03 16:35:16 UTC
  • mfrom: (1.3.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20100903163516-h3jaux4zh99fyl5a
Tags: 4.4.11.4-1
New Upstream Version (Closes: #594144)

Show diffs side-by-side

added added

removed removed

Lines of Context:
343
343
                    EXPORT => 0,
344
344
                    STATEMATCH => '-m state --state',
345
345
                    UNTRACKED => 0,
346
 
                    VERSION => "4.4.11.3",
 
346
                    VERSION => "4.4.11.4",
347
347
                    CAPVERSION => 40411 ,
348
348
                  );
349
349
 
2607
2607
        $capabilities{LOG_TARGET}      = detect_capability( 'LOG_TARGET' );
2608
2608
        $capabilities{LOGMARK_TARGET}  = detect_capability( 'LOGMARK_TARGET' );
2609
2609
        $capabilities{FLOW_FILTER}     = detect_capability( 'FLOW_FILTER' );
 
2610
        $capabilities{FWMARK_RT_MASK}  = detect_capability( 'FWMARK_RT_MASK' );
2610
2611
 
2611
2612
 
2612
2613
        qt1( "$iptables -F $sillyname" );