Age | Commit message (Expand) | Author | Files | Lines |
2018-04-13 | NAT66: Do not translate if packet not aimed at outside interface |  Juraj Sloboda | 3 | -0/+55 |
2018-04-12 | NAT: disable CLI/API not supported in active mode (VPP-1234) |  Juraj Sloboda | 2 | -3/+215 |
2018-04-12 | Handle DHCP replies with NAT44 forwarding enabled |  Matthew Smith | 1 | -48/+57 |
2018-04-11 | NAT44: fix setting of flag SNAT_SESSION_FLAG_LOAD_BALANCING (VPP-1235) |  Matus Fabian | 4 | -24/+36 |
2018-04-10 | when deleting l3 static mapping with addr_only, |  ahdj007 | 1 | -1/+4 |
2018-04-09 | NAT44: don't add static mapping to resolution vector if failed (VPP-1225) |  Matus Fabian | 1 | -3/+27 |
2018-04-05 | DSLite: Implement new API call DSLITE_ADDRESS_DUMP. |  Jon Loeliger | 2 | -0/+67 |
2018-04-04 | NAT added FIB entries have a preference lower than API/CLI |  Neale Ranns | 1 | -6/+6 |
2018-04-04 | NAT44: prohibit multiple static mappings for a single local address (VPP-1224) |  Matus Fabian | 1 | -0/+11 |
2018-04-04 | NAT44: fix static mapping for DHCP addressed interface deleting (VPP-1223) |  Matus Fabian | 1 | -4/+92 |
2018-03-28 | NAT44: make 1:1NAT for DHCP addressed interface persistent |  Matus Fabian | 1 | -22/+53 |
2018-03-28 | NAT44: fix nat44_user_session_dump and nat44_del_session crash with one worke... |  Matus Fabian | 2 | -2/+2 |
2018-03-24 | User session counters stay <= per-user limit |  Matthew Smith | 3 | -17/+22 |
2018-03-23 | NAT44: fix ICMP checksum update crash (VPP-1205) |  Matus Fabian | 2 | -0/+6 |
2018-03-22 | NAT44: interface output feature and dst NAT (VPP-1200) |  Matus Fabian | 2 | -7/+78 |
2018-03-21 | NAT44: fix removal of LB static mappings with same local address and port pai... |  Matus Fabian | 1 | -5/+35 |
2018-03-16 | QoS recording and marking |  Neale Ranns | 2 | -6/+0 |
2018-03-12 | NAT44: fix nat_not_translate_output_feature in dual loop (VPP-1194) |  Matus Fabian | 1 | -2/+2 |
2018-03-12 | NAT44: fix nat_not_translate_output_feature for ICMP (VPP-1191) |  Matus Fabian | 1 | -8/+7 |
2018-03-09 | when exceed max reass, |  ahdj007 | 1 | -6/+12 |
2018-03-07 | NAT44: allow to configure one interface only as output or input feature (VPP-... |  Matus Fabian | 1 | -0/+12 |
2018-03-06 | when lb tcp in2out flow, |  ahdj007 | 1 | -0/+1 |
2018-03-06 | reass frag_n should to be inited to 0 |  ahdj007 | 1 | -0/+1 |
2018-03-05 | NAT44 - unknown protocols work with forwarding |  Matthew Smith | 1 | -6/+9 |
2018-03-02 | NAT44: interface output feature and service host direct access (VPP-1176) |  Matus Fabian | 2 | -6/+117 |
2018-02-14 | NAT44 out2in DHCP client next node |  Matthew Smith | 1 | -8/+24 |
2018-02-14 | NAT44: run NAT nodes after ACL (VPP-1160) |  Matus Fabian | 1 | -15/+15 |
2018-02-07 | Refactor vlib_buffer flags |  Damjan Marion | 1 | -1/+1 |
2018-02-05 | NAT64: Run nat64-expire-worker-walk only when NAT64 is configured (VPP-1162) |  Matus Fabian | 2 | -4/+48 |
2018-01-31 | NAT66 1:1 mapping (VPP-1108) |  Matus Fabian | 8 | -1/+1373 |
2018-01-31 | NAT44: in2out output feature skip translation for already translated packets ... |  Matus Fabian | 2 | -15/+74 |
2018-01-31 | NAT44: Delete dynamic sessions matching new 1:1NAT (VPP-1158) |  Matus Fabian | 1 | -8/+52 |
2018-01-31 | NAT44: nat44_static_mapping_details protocol=0 if addr_only=0 (VPP-1158) |  Matus Fabian | 2 | -13/+19 |
2018-01-30 | NAT: add missing CLI and API documentation (VPP-1142) |  Matus Fabian | 2 | -0/+105 |
2018-01-30 | NAT: replace format_vnet_sw_interface_name with format_vnet_sw_if_index_name ... |  Matus Fabian | 3 | -39/+33 |
2018-01-26 | NAT44: fix ICMP error translation for endpoint dependent sessions (VPP-1150) |  Matus Fabian | 2 | -4/+150 |
2018-01-25 | NAT44: add opaque string tag to static mapping APIs (VPP-1147) |  Matus Fabian | 5 | -16/+62 |
2018-01-25 | NAT: nat.c refactor (split out CLI) (VPP-1140) |  Matus Fabian | 3 | -1546/+1822 |
2018-01-24 | NAT44: asymmetrical static mapping and one-armed NAT (VPP-1138) |  Matus Fabian | 1 | -1/+10 |
2018-01-23 | VPPAPIGEN: vppapigen replacement in Python PLY. |  Ole Troan | 1 | -1/+1 |
2018-01-23 | NAT44: Fix interface feature removal. |  Milan Lenco | 1 | -3/+14 |
2018-01-22 | NAT44: asymmetrical static mapping rule (VPP-1135) |  Matus Fabian | 4 | -24/+40 |
2018-01-11 | api: remove transport specific code from handlers |  Florin Coras | 1 | -117/+126 |
2018-01-11 | NAT44: asymmetrical load balancing static mapping rule (VPP-1132) |  Matus Fabian | 5 | -22/+38 |
2018-01-11 | Add basic support for DS-Lite CE (VPP-1059) |  Juraj Sloboda | 10 | -12/+680 |
2018-01-09 | api: refactor vlibmemory |  Florin Coras | 1 | -46/+35 |
2018-01-08 | NAT64: IPFix (VPP-1106) |  Matus Fabian | 7 | -23/+1337 |
2018-01-08 | NAT: fixed get_worker_out2in bug (VPP-1116) |  Matus Fabian | 2 | -4/+12 |
2018-01-05 | Add support for 464XLAT NAT44 mode (VPP-1045) |  Juraj Sloboda | 6 | -7/+165 |
2018-01-03 | NAT64: free port when dynamic BIB deleted (VPP-1107)v18.04-rc0 |  Matus Fabian | 6 | -39/+46 |