Age | Commit message (Expand) | Author | Files | Lines |
2019-03-11 | vpp_papi_provider: Remove more wrapper functions. | Ole Troan | 1 | -12/+11 |
2019-03-11 | VPP-1508: Tests: Fix vpp_api struct.error under py3. | Paul Vinciguerra | 1 | -9/+9 |
2019-03-11 | VPP-1508: Use scapy.compat to manage packet level library differences. | Paul Vinciguerra | 1 | -41/+44 |
2019-03-11 | Tests: use self.assertNotIn(). | Paul Vinciguerra | 1 | -2/+2 |
2019-03-06 | test framework: vpp_papi_provider.py - further cleanup | Ole Troan | 1 | -23/+24 |
2019-03-04 | test framework: Fix wrapper functions to match API message names. | Ole Troan | 1 | -31/+34 |
2019-03-04 | test framework: add factory function and default parameters | Ole Troan | 1 | -4/+4 |
2019-02-27 | NAT44: active-passive HA (VPP-1571) | Matus Fabian | 1 | -2/+351 |
2019-01-30 | Use IP and MAC API types for neighbors | Neale Ranns | 1 | -30/+44 |
2019-01-18 | VTL: Don't swallow exceptions from syslog_rfc5424_parser | Paul Vinciguerra | 1 | -6/+11 |
2018-12-21 | MAP: Convert from DPO to input feature. | Jon Loeliger | 1 | -2/+1 |
2018-12-20 | NAT: total users and sessions gauges (VPP-1484) | Matus Fabian | 1 | -0/+33 |
2018-12-20 | Tests: Cleanup @skip decorator. | Paul Vinciguerra | 1 | -10/+10 |
2018-12-18 | NAT44: nat44_add_del_lb_static_mapping enhancements (VPP-1514) | Matus Fabian | 1 | -0/+60 |
2018-12-18 | PAPI: Add MACAddress object wrapper for vl_api_mac_address_t | Ole Troan | 1 | -7/+7 |
2018-12-14 | NAT: counters (VPP-1484) | Matus Fabian | 1 | -1/+115 |
2018-12-10 | Test framework: StringIO fixes for Python3 | Ole Troan | 1 | -6/+6 |
2018-11-30 | Tests: Fix traceback. | Paul Vinciguerra | 1 | -15/+14 |
2018-11-29 | NAT: syslog - sessions logging (VPP-1139) | Matus Fabian | 1 | -1/+173 |
2018-11-26 | Python3 tests: Fix asserts. | Paul Vinciguerra | 1 | -4/+4 |
2018-11-23 | NAT44: improve expired sessions reuse (VPP-1503) | Matus Fabian | 1 | -17/+2 |
2018-11-22 | MAP: Use explicit address/prefix types in API | Ole Troan | 1 | -0/+2 |
2018-11-22 | NAT44: Apply transitory timeout on TCP RST (VPP-1494) | Matus Fabian | 1 | -0/+51 |
2018-11-20 | NAT44: fix virtual fragmentation reassembly in forwarding mode (VPP-1501) | Matus Fabian | 1 | -0/+26 |
2018-11-19 | NAT44: fix bug in TCP close with output-feature interface (VPP-1493) | Matus Fabian | 1 | -0/+82 |
2018-10-19 | NAT44: fix ICMP virtual fragmentation reassembly (VPP-1466) | Matus Fabian | 1 | -109/+22 |
2018-10-12 | NAT44: identity NAT fix (VPP-1441) | Matus Fabian | 1 | -0/+4 |
2018-10-08 | NAT44: do not create session record for identity mapping (VPP-1439) | Matus Fabian | 1 | -0/+3 |
2018-09-24 | NAT44: endpoint-dependent mode session timeout improvement (VPP-1423) | Matus Fabian | 1 | -0/+10 |
2018-09-20 | NAT44 virtual fragmentation reassembly for endpoint-dependent mode (VPP-1325) | Juraj Sloboda | 1 | -16/+518 |
2018-09-13 | NAT: TCP MSS clamping | Matus Fabian | 1 | -0/+52 |
2018-09-06 | NAT: fix maximum out of order fragments (VPP-1399) | Matus Fabian | 1 | -6/+8 |
2018-09-06 | NAT: test cleanup (VPP-1252) | Matus Fabian | 1 | -30/+11 |
2018-09-04 | NAT: add support for configurable port range (VPP-1346) | Matus Fabian | 1 | -3/+32 |
2018-09-03 | NAT44: client-IP based session affinity for load-balancing (VPP-1297) | Matus Fabian | 1 | -0/+61 |
2018-08-27 | NAT44: add support for session timeout (VPP-1272) | Matus Fabian | 1 | -40/+185 |
2018-08-22 | NAT: update nat_show_config_reply API (VPP-1403) | Matus Fabian | 1 | -0/+12 |
2018-08-15 | NAT44: fix next_src_nat (VPP-1384) | Matus Fabian | 1 | -0/+57 |
2018-08-15 | NAT64: fix TCP session expire (VPP-1390) | Matus Fabian | 1 | -3/+3 |
2018-08-09 | NAT44: delete user with zero sessions (VPP-1282) | Matus Fabian | 1 | -0/+12 |
2018-08-02 | NAT44: LB NAT - local backends in multiple VRFs (VPP-1345) | Matus Fabian | 1 | -9/+16 |
2018-07-23 | NAT44: fix forwarding feature bug (VPP-1349) | Matus Fabian | 1 | -16/+3 |
2018-07-10 | NAT44: multiple outside FIB tables (VPP-1314) | Matus Fabian | 1 | -21/+442 |
2018-07-10 | Do not translate packets destined for NAT64 inside interface (VPP-1331) | Juraj Sloboda | 1 | -2/+60 |
2018-06-26 | NAT44: fix nat44_ed_not_translate_output_feature (VPP-1329) | Matus Fabian | 1 | -0/+25 |
2018-06-15 | NAT44: endpoint dependent mode (VPP-1273) | Matus Fabian | 1 | -936/+1105 |
2018-05-28 | NAT44: code cleanup and refactor (VPP-1285) | Matus Fabian | 1 | -136/+150 |
2018-05-17 | NAT44: nat44_del_session and nat44_user_session_details API update (VPP-1271) | Matus Fabian | 1 | -24/+54 |
2018-05-16 | make test: unify packet checksum verifications | Klement Sekera | 1 | -234/+65 |
2018-05-14 | NAT44: delete closed TCP session (VPP-1274) | Matus Fabian | 1 | -3/+3 |