summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2012-04-18Merge branch 'pacifica' of git.vyatta.com:/git/vyatta-nat into pacificaDaniil Baturin
Conflicts: lib/Vyatta/DstNatRule.pm
2012-04-13use negation before -p <protocol> as per new iptables upgradeGaurav Sinha
2012-04-06Bug #7655: add both leading and trailing spaces to iptablesDaniil Baturin
options to ensure nothing gets adhered.
2011-12-09Update error messages to match "outside/inside-address"->"translationDaniil Baturin
address" change.
2011-12-08Bug #3888: Issue a warning message if source NAT translation addressDaniil Baturin
does not exist on the system.
2011-12-08Update log prefixes to match new design spec.Daniil Baturin
2011-11-24Update rule handling modules to correspond "outside/inside-address -> ↵Daniil Baturin
translation" change
2011-10-11Bug 5682: Add SrcNatRule.pm module for source NAT rules processingDaniil Baturin
2011-10-11Bug 5682: Add DstNatRule.pm module for destination NAT rules processingDaniil Baturin
2011-10-11Bug 5682: Add NatRuleCommon.pm module with subroutines commonDaniil Baturin
for source and destination rules processing.
2011-10-11Bug 5682: Remove old NatRule.pm module now splitted into source and ↵Daniil Baturin
destination parts
2011-07-26Add "any" inbound/outbound interface support to NatRule.pmDaniil Baturin
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-24add support for disabling a NAT ruleMohit 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-04-20Add log option to NAT rules.Stig Thormodsrud
2009-02-06Fix 4107: nat inside-address port doesn't allow name of portStig Thormodsrud
2009-01-20Fix Bug 3287 Add the ability to configure the iptables "NETMAP" target via ↵Mohit Mehta
the CLI
2008-11-24Update to new naming Vyatta::IpTables:AddressFilterStephen Hemminger
Need to change VyattaIpTablesAdressFilter to Vyatta::Iptables:Address:Filter
2008-11-24VyattaConfig -> Vyatta::ConfigStephen Hemminger
2008-11-21Convert to Vyatta::Stephen Hemminger
2008-11-21Rename VyattaNatRule to Vyatta::NatRuleStephen Hemminger
Rearrange perl modules