aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/nat/in2out.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-12NAT44: fix nat_not_translate_output_feature for ICMP (VPP-1191)Matus Fabian1-8/+7
2018-03-06when lb tcp in2out flow,ahdj0071-0/+1
2018-03-02NAT44: interface output feature and service host direct access (VPP-1176)Matus Fabian1-2/+63
2018-01-31NAT44: in2out output feature skip translation for already translated packets ...Matus Fabian1-14/+73
2018-01-26NAT44: fix ICMP error translation for endpoint dependent sessions (VPP-1150)Matus Fabian1-2/+75
2018-01-11NAT44: asymmetrical load balancing static mapping rule (VPP-1132)Matus Fabian1-3/+3
2018-01-08NAT64: IPFix (VPP-1106)Matus Fabian1-9/+13
2018-01-05Add support for 464XLAT NAT44 mode (VPP-1045)Juraj Sloboda1-0/+3
2017-12-20Translate matching packets using NAT (VPP-1069)Juraj Sloboda1-0/+3
2017-12-19NAT: Twice NAT44 (VPP-969)Matus Fabian1-373/+102
2017-12-13NAT64: multi-thread support (VPP-891)Matus Fabian1-2/+2
2017-11-30Fix variable mismatchJuraj Sloboda1-1/+1
2017-11-07SNAT: IP fragmentation (VPP-890)Matus Fabian1-1/+416
2017-11-07NAT: DS-Lite (VPP-1040)Matus Fabian1-6/+12
2017-10-25One armed NAT (VPP-1035)Matus Fabian1-2/+2
2017-10-09NAT: hairpinning rework (VPP-1003)Matus Fabian1-13/+101
2017-10-09NAT: fixed ICMP broken translation for GRE tunnel interface (VPP-1008)Matus Fabian1-15/+7
2017-09-25NAT: session number limitation to avoid running out of memory crash (VPP-984)Matus Fabian1-17/+52
2017-09-21NAT: remove worker_by_out lookup hash table (VPP-989)Matus Fabian1-59/+20
2017-09-20NAT: move session and user lookup tables to per thread data (VPP-986)Matus Fabian1-51/+67
2017-09-15Modify return value of snat_out2in_lb(VPP-985)dongjuan1-5/+6
2017-09-12NAT: fixed bug in snat_alloc_outside_address_and_port (VPP-981)Matus Fabian1-2/+2
2017-09-10NAT: fixed hairpinning for in2out translation as an output feature (VPP-976)Matus Fabian1-7/+19
2017-09-06NAT: Destination NAT44 with load-balancing (VPP-954)Matus Fabian1-21/+232
2017-08-29Fix static mapping lookup issue for NAT pluginHongjun Ni1-0/+1
2017-08-23NAT: Rename snat plugin to nat (VPP-955)Matus Fabian1-0/+3454