summaryrefslogtreecommitdiff
path: root/smoketest/scripts/cli/test_nat.py
AgeCommit message (Expand)Author
2024-04-03T6199: drop unused Python importsChristian Breunig
2024-03-04T6086: NAT: fix nat rules when using source-groups and translation address is...Nicolas Fort
2024-02-28smoketest: T5160: Deduplicate nftables verify functions to testcase class, re...sarthurdev
2024-01-04T5159: nat: add option to map network and ports. Feature used for large deplo...Nicolás Fort
2023-11-01T5681: Firewall,Nat and Nat66: simplified and standarize interface matcher fi...Nicolas Fort
2023-10-24T5643: nat: add interface-groups to nat. Use same cli structure for interface...Nicolas Fort
2023-09-14T5561: nat: defining inbound|outbound interface should not be mandatory while...Nicolas Fort
2023-08-23T5472: nat redirect: allow redirection without defining redirected portNicolas Fort
2023-07-31Merge branch 'current' into T5014-dnatNicolás Fort
2023-07-31T5014: fix conflicts. Add code for redirection, which is causing conflicts. C...Nicolas Fort
2023-07-31T5014: nat: add source and destination nat options for configuring load balan...Nicolas Fort
2023-07-19T4899: NAT Redirect: adddestination nat redirection (to local host) feature.Nicolas Fort
2023-07-14T5195: vyos.util -> vyos.utils package refactoring (#2093)Christian Breunig
2023-03-14T5055: NAT: extend packet-type match option which was previously introduced i...Nicolas Fort
2022-11-03nat: T1877: T970: Add firewall groups to NATsarthurdev
2022-10-25nat: T4764: Remove tables on NAT deletionsarthurdev
2022-09-21nat: T4605: Refactor static NAT to use python module for parsing rulessarthurdev
2022-09-21nat: T4605: Refactor NAT to use python module for parsing rulessarthurdev
2022-04-25smoketest: bugfix on proper inheritance levels for classmethodChristian Poessinger
2022-04-18NAT: T4365: Fix for nat tables manipulation on netfilterNicolas Fort
2022-04-10smoketest: nat: use setUpClass() over setUp()Christian Poessinger
2021-11-21smoketest: remove superfluous ConfigSession importChristian Poessinger
2021-03-17smoketest: add shim for every test to re-use common tastsChristian Poessinger
2021-01-12nat: T3186: fix negated addresses not applied from CLIChristian Poessinger
2021-01-11nat: T3206: unable to delete only rules but keep destination nodeChristian Poessinger
2020-12-29smoketest: adjust test method namesChristian Poessinger
2020-12-29smoketest: run all tests with verbosity=2Christian Poessinger
2020-10-28vyos.util: T2995: rename vyos_dict_search() -> dict_search()Christian Poessinger
2020-10-11smoketest: nat: extend snat and add dnat test casesChristian Poessinger
2020-10-11smoketest: nat: concentrate validation logic checksChristian Poessinger
2020-10-05nat: T2951: use proper comments for source/destination loggingChristian Poessinger
2020-08-28nat: T2813: translation address is mandatory if rule is not excludedChristian Poessinger
2020-08-27Merge branch 'master' of github.com:vyos/vyos-smoketest into vyos-smoketest-i...Christian Poessinger