summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2019-03-23T1312: allow NAT rules with networks of different size.Daniil Baturin
2019-01-29Merge branch 'current' of https://github.com/mevertse/vyatta-nat into HEADMerijn Evertse
2019-01-29T166: Changed NPTv6 to use NETMAPMerijn Evertse
2018-02-20Rename NPTv6 rule options for consistency with IPv4 NAT (fixes T554).lithiumDaniil Baturin
2017-10-24Fix protocol negation in NAT (like it is done in Vyatta::IpTables::Rule)Ildar Ibragimov
2015-02-15Add initial support for NPTv6 (#387)kouak
2012-12-12Bug 8337: don't disallow using source and destination withDaniil Baturin
multiport at the same time.
2012-06-18Bugfix 8113: make negations work properlyJohn Southworth
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