aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_snat.py
AgeCommit message (Expand)AuthorFilesLines
2017-06-13SNAT: fix 1:1 NAT without port hairpinning TCP checksum updateMatus Fabian1-0/+17
2017-06-09NAT64: ICMP error supportMatus Fabian1-0/+90
2017-06-08NAT64: Add NAT64 support for snat plugin (VPP-699)Matus Fabian1-5/+412
2017-06-05SNAT: fix ICMP hairpinningMatus Fabian1-2/+164
2017-05-24SNAT: fix IPFIX data src and dst portMatus Fabian1-4/+29
2017-05-05SNAT: Additional tests for SNAT interfaces without a configured ip addressMartin Gálik1-1/+161
2017-04-27CGN: Send ICMP error packet if user is out of sessions availableMartin Gálik1-1/+13
2017-04-26CGN: Session dump, test naming for ports fixedMartin Gálik1-40/+58
2017-04-26CGNAT: close session API and CLI commands.Martin Gálik1-0/+15
2017-04-21CGN: IPFIX loggingMatus Fabian1-1/+37
2017-04-19Support ping from outside network in 1:1 NAT (VPP-695)Juraj Sloboda1-1/+31
2017-04-19CGN: additional testsMartin Gálik1-1/+466
2017-04-12CGN: configurable timeoutsMatus Fabian1-0/+19
2017-03-28NAT: Test refactoring to avoid redundant code for verification and creating p...Martin Gálik1-48/+59
2017-03-22SNAT: added actual delete to snat_det_mapMartin1-0/+4
2017-03-08SNAT: deterministic map dumpMartin1-1/+21
2017-03-07CGN: Deterministic NAT (VPP-623)Matus Fabian1-0/+52
2017-03-07Add setting of tenant VRF id for SNAT addresses (VPP-641)Juraj Sloboda1-2/+70
2017-03-02SNAT: user's dump and session dump of a certain snat user.magalik1-0/+59
2017-02-17Fix handling of ping to SNAT out interfaceJuraj Sloboda1-2/+30
2017-02-16Add handling of ICMP error packets in SNAT (VPP-629)Juraj Sloboda1-8/+187
2017-02-15SNAT: add static mappings with unresolved external interface address to snat_...Matus Fabian1-2/+5
2017-02-03SNAT: Port allocation per protocolMatus Fabian1-8/+19
2017-01-31SNAT: Add outbound addresses to FIB (VPP-613)Matus Fabian1-4/+63
2017-01-25SNAT: static mappings for dhcp addressed interfaces (VPP-590)Matus Fabian1-2/+31
2017-01-23SNAT: Multiple inside interfaces (VPP-447)Matus Fabian1-25/+86
2017-01-14SNAT: IPFIX logging (VPP-445)Matus Fabian1-1/+127
2017-01-13SNAT: add API and test for NAT pool address from interfaceMatus Fabian1-1/+25
2017-01-11make test: improve documentation and PEP8 complianceKlement Sekera1-5/+15
2016-12-23make test: improve handling of packet capturesKlement Sekera1-29/+26
2016-12-22SNAT: Remove the oldest translation fix (VPP-568)Matus Fabian1-0/+27
2016-12-16make test: improve robustness and performanceKlement Sekera1-14/+10
2016-12-12snat: Hairpinning (VPP-444)Matus Fabian1-0/+67
2016-12-07make test: add S-NAT plugin testsMatus Fabian1-0/+536