aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/nat
AgeCommit message (Expand)AuthorFilesLines
2017-10-12NAT: fix delete of sessions for 1:1 NAT if 1 worker (VPP-1023)Matus Fabian1-1/+1
2017-10-09NAT: fixed ICMP broken translation for GRE tunnel interface (VPP-1008)Matus Fabian3-31/+27
2017-09-26NAT: remove worker_by_in lookup hash table (VPP-992)Matus Fabian4-97/+30
2017-09-26Memory overwritten when using unformat %u (VPP-987)Aequitas3-19/+19
2017-09-25NAT: session number limitation to avoid running out of memory crash (VPP-984)Matus Fabian4-38/+120
2017-09-21NAT: remove worker_by_out lookup hash table (VPP-989)Matus Fabian3-133/+120
2017-09-20NAT: don't call ipfix rpc when disabled (VPP-988)Matus Fabian1-168/+181
2017-09-20NAT: move session and user lookup tables to per thread data (VPP-986)Matus Fabian5-110/+151
2017-09-15Modify return value of snat_out2in_lb(VPP-985)dongjuan2-10/+12
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 Fabian3-9/+29
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 Ranns2-11/+19
2017-09-10NAT: fixed hairpinning for in2out translation as an output feature (VPP-976)Matus Fabian1-7/+19
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 Fabian6-70/+1011
2017-08-29Fix static mapping lookup issue for NAT pluginHongjun Ni1-0/+1
2017-08-29Fix some issue of comment and help for nat featureHongjun Ni1-3/+3
2017-08-24NAT64: Fix error message typo (VPP-961)Matus Fabian1-5/+6
2017-08-23NAT64: Fix CLI typo (VPP-961)Matus Fabian2-4/+4
2017-08-23NAT: Rename snat plugin to nat (VPP-955)Matus Fabian21-0/+21142