aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/nat
AgeCommit message (Expand)AuthorFilesLines
2018-04-13NAT66: Do not translate if packet not aimed at outside interfaceJuraj Sloboda3-0/+55
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 Fabian2-2/+2
2018-03-24User session counters stay <= per-user limitMatthew Smith3-17/+22
2018-03-23NAT44: fix ICMP checksum update crash (VPP-1205)Matus Fabian2-0/+6
2018-03-22NAT44: interface output feature and dst NAT (VPP-1200)Matus Fabian2-7/+78
2018-03-21NAT44: fix removal of LB static mappings with same local address and port pai...Matus Fabian1-5/+35
2018-03-16QoS recording and markingNeale Ranns2-6/+0
2018-03-12NAT44: fix nat_not_translate_output_feature in dual loop (VPP-1194)Matus Fabian1-2/+2
2018-03-12NAT44: fix nat_not_translate_output_feature for ICMP (VPP-1191)Matus Fabian1-8/+7
2018-03-09when exceed max reass,ahdj0071-6/+12
2018-03-07NAT44: allow to configure one interface only as output or input feature (VPP-...Matus Fabian1-0/+12
2018-03-06when lb tcp in2out flow,ahdj0071-0/+1
2018-03-06reass frag_n should to be inited to 0ahdj0071-0/+1
2018-03-05NAT44 - unknown protocols work with forwardingMatthew Smith1-6/+9
2018-03-02NAT44: interface output feature and service host direct access (VPP-1176)Matus Fabian2-6/+117
2018-02-14NAT44 out2in DHCP client next nodeMatthew Smith1-8/+24
2018-02-14NAT44: run NAT nodes after ACL (VPP-1160)Matus Fabian1-15/+15
2018-02-07Refactor vlib_buffer flagsDamjan Marion1-1/+1
2018-02-05NAT64: Run nat64-expire-worker-walk only when NAT64 is configured (VPP-1162)Matus Fabian2-4/+48
2018-01-31NAT66 1:1 mapping (VPP-1108)Matus Fabian8-1/+1373
2018-01-31NAT44: in2out output feature skip translation for already translated packets ...Matus Fabian2-15/+74
2018-01-31NAT44: Delete dynamic sessions matching new 1:1NAT (VPP-1158)Matus Fabian1-8/+52
2018-01-31NAT44: nat44_static_mapping_details protocol=0 if addr_only=0 (VPP-1158)Matus Fabian2-13/+19
2018-01-30NAT: add missing CLI and API documentation (VPP-1142)Matus Fabian2-0/+105
2018-01-30NAT: replace format_vnet_sw_interface_name with format_vnet_sw_if_index_name ...Matus Fabian3-39/+33
2018-01-26NAT44: fix ICMP error translation for endpoint dependent sessions (VPP-1150)Matus Fabian2-4/+150
2018-01-25NAT44: add opaque string tag to static mapping APIs (VPP-1147)Matus Fabian5-16/+62
2018-01-25NAT: nat.c refactor (split out CLI) (VPP-1140)Matus Fabian3-1546/+1822
2018-01-24NAT44: asymmetrical static mapping and one-armed NAT (VPP-1138)Matus Fabian1-1/+10
2018-01-23VPPAPIGEN: vppapigen replacement in Python PLY.Ole Troan1-1/+1
2018-01-23NAT44: Fix interface feature removal.Milan Lenco1-3/+14
2018-01-22NAT44: asymmetrical static mapping rule (VPP-1135)Matus Fabian4-24/+40
2018-01-11api: remove transport specific code from handlersFlorin Coras1-117/+126
2018-01-11NAT44: asymmetrical load balancing static mapping rule (VPP-1132)Matus Fabian5-22/+38
2018-01-11Add basic support for DS-Lite CE (VPP-1059)Juraj Sloboda10-12/+680
2018-01-09api: refactor vlibmemoryFlorin Coras1-46/+35
2018-01-08NAT64: IPFix (VPP-1106)Matus Fabian7-23/+1337
2018-01-08NAT: fixed get_worker_out2in bug (VPP-1116)Matus Fabian2-4/+12
2018-01-05Add support for 464XLAT NAT44 mode (VPP-1045)Juraj Sloboda6-7/+165
2018-01-03NAT64: free port when dynamic BIB deleted (VPP-1107)v18.04-rc0Matus Fabian6-39/+46
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 Sloboda6-48/+238
2017-12-19NAT: Twice NAT44 (VPP-969)Matus Fabian6-783/+821
2017-12-18NAT: Add performance testing TRex scripts and config (VPP-832)Matus Fabian13-0/+426
2017-12-18Fix nat44 identity mappingDave Barach1-0/+5