summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-06-100.12.22debian/0.12.22Stig Thormodsrud
2010-06-10Change nat to use IpTables::Mgr to enable/disable conntrack.Stig Thormodsrud
2010-06-100.12.21debian/0.12.21Mohit Mehta
2010-06-10start fresh for each conntrack callMohit Mehta
2010-06-100.12.20debian/0.12.20Mohit Mehta
2010-06-10* make 'show nat translations' cmnds work with conntrack-tools 0.9.14Mohit Mehta
* might have to build conntrack-tools locally to patch it for filtering src and dst nat entries together
2010-05-210.12.19debian/0.12.19Stig Thormodsrud
2010-05-21Fix 5574: NAT Rule number maximum 1024 needs to be increasedStig Thormodsrud
2010-05-140.12.18debian/0.12.18An-Cheng Huang
2010-05-14use "existing-interfaces" for enumerationAn-Cheng Huang
2010-04-090.12.17debian/0.12.17Stig Thormodsrud
2010-04-09Change DNAT to use index 2 to skip over VYATTA_PRE_DNAT_HOOK.Stig Thormodsrud
2010-03-050.12.16debian/0.12.16Stig Thormodsrud
2010-03-05Fix nat conntrack teardown.Stig Thormodsrud
2010-02-170.12.15debian/0.12.15An-Cheng Huang
2010-02-030.12.14debian/0.12.14Mohit Mehta
2010-02-03fix bug 4115 'clear nat translations' does not clear nat translationsMohit Mehta
* removed command 'clear nat translations'. connection tracking entries can be flushed using 'clear connection-tracking' command * use perl api to get currently active NAT rules
2010-02-020.12.13debian/0.12.13Mohit Mehta
2010-02-02partial fix for bug 4115 'clear nat translations' does not clear nat ↵Mohit Mehta
translations * added op-mode commands to clear counters for NAT rules clear nat counters # clear counters for all NAT rules clear nat counters rule <rule-num> # clear counters for a specific NAT rule
2009-11-300.12.12debian/0.12.12Michael Larson
2009-11-30added required keyword to help text.Michael Larson
2009-11-130.12.11debian/0.12.11Michael Larson
2009-11-13dependency updateMichael Larson
2009-10-200.12.10debian/0.12.10slioch
2009-10-20pushed priority to node.defslioch
2009-08-050.12.9debian/0.12.9Mohit Mehta
2009-08-05* Fix Bug 1445 - Allow setting protocols tcp and udp in one ruleMohit Mehta
NAT rules can be defined with 'tcp_udp' as a valid value for protocol * Fix Bug 4780 - DNAT rule to translate port fails
2009-07-240.12.8debian/0.12.8Mohit Mehta
2009-07-24add support for disabling a NAT ruleMohit Mehta
2009-06-010.12.7debian/0.12.7Mohit Mehta
2009-06-01* add check to make sure source|destination address is a subnet with theMohit Mehta
same prefix as the outside|inside address respectively when using netmap * fix bug 4069, 4241 print warning messages when inside|outside address are irrelevant options
2009-05-290.12.6debian/0.12.6An-Cheng Huang
2009-04-200.12.5debian/0.12.5Stig Thormodsrud
2009-04-20Add log option to NAT rules.Stig Thormodsrud
2009-02-090.12.4debian/0.12.4Stig Thormodsrud
2009-02-06Fix 4107: nat inside-address port doesn't allow name of portStig Thormodsrud
2009-01-230.12.3debian/0.12.3Mohit Mehta
2009-01-23- Fix statistics in "show nat statistics" when target is NETMAPMohit Mehta
- Script to generate a new output for the "show nat rules" command - Fix Bug 3401 some indication is needed for the excluded rules in the "show nat rules" result
2009-01-200.12.2debian/0.12.2Mohit Mehta
2009-01-20Fix Bug 3287 Add the ability to configure the iptables "NETMAP" target via ↵Mohit Mehta
the CLI
2009-01-080.12.1debian/0.12.1An-Cheng Huang
2008-12-12"files" file should be removed before package buildAn-Cheng Huang
2008-12-12update maintainer informationAn-Cheng Huang
2008-12-03Merge branch 'islavista' into jennerRick Balocca
2008-11-26Fix Bug 3887 Generate a warning message when NAT inbound/outbound-interface ↵Mohit Mehta
does not match a configured interface
2008-11-253.2.0vyatta/3.2.0debian/0.12Mark O'Brien
2008-11-25change VyattaNatRule to Vyatta::NatRuleStephen Hemminger
2008-11-24Update to new naming Vyatta::IpTables:AddressFilterStephen Hemminger
Need to change VyattaIpTablesAdressFilter to Vyatta::Iptables:Address:Filter
2008-11-24extra space causes errorStephen Hemminger
2008-11-24VyattaConfig -> Vyatta::ConfigStephen Hemminger