aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/nat/nat.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-13NAT66: Do not translate if packet not aimed at outside interfaceJuraj Sloboda1-0/+9
2018-04-10NAT44: don't add static mapping to resolution vector if failed (VPP-1225)Matus Fabian1-3/+27
2018-04-04NAT added FIB entries have a preference lower than API/CLINeale Ranns1-6/+6
2018-04-04NAT44: prohibit multiple static mappings for a single local address (VPP-1224)Matus Fabian1-0/+11
2018-04-04NAT44: fix static mapping for DHCP addressed interface deleting (VPP-1223)Matus Fabian1-4/+92
2018-03-28NAT44: make 1:1NAT for DHCP addressed interface persistentMatus Fabian1-22/+53
2018-03-28NAT44: fix nat44_user_session_dump and nat44_del_session crash with one worke...Matus Fabian1-1/+1
2018-03-21NAT44: fix removal of LB static mappings with same local address and port pai...Matus Fabian1-5/+35
2018-03-07NAT44: allow to configure one interface only as output or input feature (VPP-...Matus Fabian1-0/+12
2018-02-14NAT44: run NAT nodes after ACL (VPP-1160)Matus Fabian1-15/+15
2018-01-31NAT66 1:1 mapping (VPP-1108)Matus Fabian1-0/+3
2018-01-31NAT44: in2out output feature skip translation for already translated packets ...Matus Fabian1-1/+1
2018-01-31NAT44: Delete dynamic sessions matching new 1:1NAT (VPP-1158)Matus Fabian1-8/+52
2018-01-30NAT: replace format_vnet_sw_interface_name with format_vnet_sw_if_index_name ...Matus Fabian1-5/+3
2018-01-25NAT44: add opaque string tag to static mapping APIs (VPP-1147)Matus Fabian1-6/+14
2018-01-25NAT: nat.c refactor (split out CLI) (VPP-1140)Matus Fabian1-1546/+9
2018-01-24NAT44: asymmetrical static mapping and one-armed NAT (VPP-1138)Matus Fabian1-1/+10
2018-01-23NAT44: Fix interface feature removal.Milan Lenco1-3/+14
2018-01-22NAT44: asymmetrical static mapping rule (VPP-1135)Matus Fabian1-18/+28
2018-01-11NAT44: asymmetrical load balancing static mapping rule (VPP-1132)Matus Fabian1-15/+25
2018-01-11Add basic support for DS-Lite CE (VPP-1059)Juraj Sloboda1-0/+3
2018-01-08NAT: fixed get_worker_out2in bug (VPP-1116)Matus Fabian1-2/+6
2018-01-05Add support for 464XLAT NAT44 mode (VPP-1045)Juraj Sloboda1-7/+42
2017-12-21VPP-1109 Fix loop for some CLI (code review)Swarup Nayak1-0/+1
2017-12-20Translate matching packets using NAT (VPP-1069)Juraj Sloboda1-0/+68
2017-12-19NAT: Twice NAT44 (VPP-969)Matus Fabian1-192/+508
2017-12-18Fix nat44 identity mappingDave Barach1-0/+5
2017-12-13NAT64: multi-thread support (VPP-891)Matus Fabian1-27/+95
2017-12-11call unformat_free in some flow, remove unnecessary callsSwarup Nayak1-8/+0
2017-11-30NAT44: identity NAT (VPP-1073)Matus Fabian1-5/+105
2017-11-09Port restricted NAT44 (VPP-1048)Matus Fabian1-8/+136
2017-11-07SNAT: IP fragmentation (VPP-890)Matus Fabian1-1/+7
2017-11-07NAT: DS-Lite (VPP-1040)Matus Fabian1-13/+20
2017-10-26NAT: delete session API/CLI (VPP-1041)Matus Fabian1-0/+113
2017-10-25One armed NAT (VPP-1035)Matus Fabian1-16/+250
2017-10-14NAT: fix delete of sessions for 1:1 NAT if 1 worker (VPP-1023)Matus Fabian1-1/+1
2017-10-09NAT: hairpinning rework (VPP-1003)Matus Fabian1-1/+13
2017-09-26NAT: remove worker_by_in lookup hash table (VPP-992)Matus Fabian1-73/+18
2017-09-26Memory overwritten when using unformat %u (VPP-987)Aequitas1-7/+7
2017-09-25NAT: session number limitation to avoid running out of memory crash (VPP-984)Matus Fabian1-0/+2
2017-09-21NAT: remove worker_by_out lookup hash table (VPP-989)Matus Fabian1-71/+99
2017-09-20NAT: move session and user lookup tables to per thread data (VPP-986)Matus Fabian1-38/+55
2017-09-13NAT: fixed bug in snat_alloc_outside_address_and_port (VPP-981)Matus Fabian1-1/+1
2017-09-13nat lb: del lb static mapping existed vec mem leak(VPP-983)flyingeagle231-0/+1
2017-09-12NAT: fixed bug in snat_alloc_outside_address_and_port (VPP-981)Matus Fabian1-6/+24
2017-09-12Fix issue in nat Bisearch algorithm (VPP-980)flyingeagle231-1/+1
2017-09-12nat lb mapping command existed array out of bounds(VPP-979)flyingeagle231-1/+2
2017-09-11FIB table add/delete APINeale Ranns1-6/+11
2017-09-07NAT: fixed bug in snat_get_worker_out2in_cb (VPP-832)Matus Fabian1-0/+2
2017-09-06NAT: Destination NAT44 with load-balancing (VPP-954)Matus Fabian1-31/+399