Age | Commit message (Expand) | Author | Files | Lines |
2019-04-04 | gbp: Add bd flags | Mohsin Kazmi | 1 | -1/+5 |
2019-04-03 | GBP: iVXLAN reflection check | Neale Ranns | 1 | -0/+15 |
2019-04-02 | IPSEC-GRE; tests | Neale Ranns | 4 | -26/+203 |
2019-04-02 | vppinfra: fix sparse_vec_index() returning non-zero index for some nonexisten... | Andrew Yourtchenko | 1 | -0/+34 |
2019-03-29 | tests: test/vpp_l2.py fix missing name. | Paul Vinciguerra | 11 | -29/+24 |
2019-03-29 | tests: refactor vpp_object.py | Paul Vinciguerra | 18 | -153/+22 |
2019-03-29 | IPSEC: tunnel fragmentation | Neale Ranns | 3 | -28/+52 |
2019-03-28 | ipsec: USE_EXTENDED_SEQ_NUM -> USE_ESN | Damjan Marion | 2 | -3/+3 |
2019-03-28 | Punt Infra | Neale Ranns | 1 | -0/+176 |
2019-03-28 | IPSEC: 4o6 and 6o4 for tunnel interfaces | Neale Ranns | 2 | -45/+137 |
2019-03-28 | IPSEC: run encrpyt as a feautre on the tunnel | Neale Ranns | 1 | -2/+2 |
2019-03-28 | Typos. A bunch of typos I've been collecting. | Paul Vinciguerra | 32 | -142/+145 |
2019-03-27 | make-test: fix ValueError raised by hook in python3 | Naveen Joy | 1 | -1/+1 |
2019-03-27 | GBP: fixes for l3-out routing | Neale Ranns | 3 | -54/+268 |
2019-03-26 | VPP-1508: Tests: Update version of syslog_rfc5424_parser. | Paul Vinciguerra | 1 | -1/+1 |
2019-03-25 | VCL: add TLS opt to socket_test.sh | Dave Wallace | 2 | -5/+5 |
2019-03-25 | IPSEC tests fnd fix or Extended Sequence Numbers | Neale Ranns | 3 | -29/+264 |
2019-03-22 | IPSEC: test for packet drop on sequence number wrap | Neale Ranns | 1 | -0/+16 |
2019-03-22 | tests: update test_lb.py to use api call lb_conf. | Paul Vinciguerra | 2 | -4/+6 |
2019-03-21 | BVI Interface | Neale Ranns | 4 | -32/+69 |
2019-03-21 | IPSEC: Mutli-tunnel tests | Neale Ranns | 5 | -56/+215 |
2019-03-21 | ipsec: add ipv6 support for ipsec tunnel interface | Kingwel Xie | 4 | -38/+92 |
2019-03-20 | tests: cdp plugin. Replace cdp enable cli command with API call. | Paul Vinciguerra | 1 | -3/+3 |
2019-03-20 | tests: replace CLI command with API for flowprobe params. | Paul Vinciguerra | 1 | -3/+5 |
2019-03-19 | Revert "tests: Deprecate the use of CLI commands in tests." | Neale Ranns | 2 | -6/+1 |
2019-03-18 | tests: Speedup tests by 30%. | Paul Vinciguerra | 1 | -0/+1 |
2019-03-18 | Tests: Trivial. Define constants once. | Paul Vinciguerra | 1 | -4/+1 |
2019-03-18 | tests: Deprecate the use of CLI commands in tests. | Paul Vinciguerra | 2 | -1/+6 |
2019-03-15 | Revert "API: Cleanup APIs interface.api" | Ole Trøan | 13 | -139/+125 |
2019-03-15 | API: Cleanup APIs interface.api | Jakub Grajciar | 13 | -125/+139 |
2019-03-15 | Add @deprecated decorator. | Paul Vinciguerra | 1 | -0/+1 |
2019-03-14 | Tests: test/test_flowprobe.py Fix TypeError. | Paul Vinciguerra | 1 | -1/+1 |
2019-03-14 | acl-plugin: fix the l2l3 unittest to actually verify the pcap | Andrew Yourtchenko | 1 | -4/+3 |
2019-03-14 | TEST: link-state up/down notifications on FIB forwarding | Neale Ranns | 2 | -1/+90 |
2019-03-14 | GBP: get source address from ARP packets for LPM classification | Neale Ranns | 1 | -0/+10 |
2019-03-13 | Tests: post-merge review comments for https://gerrit.fd.io/r/#/c/18081/ | Paul Vinciguerra | 1 | -2/+3 |
2019-03-12 | Tests: Raise exception, don't raise string. | Paul Vinciguerra | 4 | -4/+4 |
2019-03-12 | GBP: L3 out fixes | Neale Ranns | 2 | -34/+131 |
2019-03-12 | FIB: path parsing, table-id not fib-index (VPP-1586) | Neale Ranns | 2 | -7/+33 |
2019-03-12 | GBP: contracts API fixed length of allowed ethertypes | Neale Ranns | 1 | -1/+4 |
2019-03-12 | VPP-1486: Unittest for stat segment file descriptor leak. | Paul Vinciguerra | 1 | -0/+41 |
2019-03-11 | vpp_papi_provider: Remove more wrapper functions. | Ole Troan | 36 | -783/+409 |
2019-03-11 | VPP-1508: Tests: Fix vpp_api struct.error under py3. | Paul Vinciguerra | 15 | -87/+122 |
2019-03-11 | VPP-1508: Use scapy.compat to manage packet level library differences. | Paul Vinciguerra | 27 | -193/+261 |
2019-03-11 | Tests: fix time.sleep(0) # yield. Reduce sleep related log messages. | Paul Vinciguerra | 4 | -8/+21 |
2019-03-11 | Tests: remote_test.py. Private member test catching dunder names. | Paul Vinciguerra | 1 | -9/+14 |
2019-03-11 | Tests: use self.assertNotIn(). | Paul Vinciguerra | 13 | -35/+35 |
2019-03-11 | Tests: 'Fix' __del__ in test/remote_test.py. | Paul Vinciguerra | 1 | -4/+6 |
2019-03-11 | Test: Fix hook.py: AttributeError | Paul Vinciguerra | 1 | -1/+1 |
2019-03-07 | Tests: Refactor payload_to_info() | Paul Vinciguerra | 22 | -32/+34 |