Age | Commit message (Expand) | Author | Files | Lines |
2021-05-13 | tests: move test source to vpp/test | ![](//seccdn.libravatar.org/avatar/155300a2ed9c459f8e0eff769ac52aa8?s=13&d=retro) Dave Wallace | 1 | -0/+1296 |
2020-11-17 | tests: move gre tests to src/vnet/gre/test | ![](//seccdn.libravatar.org/avatar/155300a2ed9c459f8e0eff769ac52aa8?s=13&d=retro) Dave Wallace | 1 | -1275/+0 |
2020-10-08 | gre: MPLS over GRE does not select correct fixup function | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 1 | -1/+55 |
2020-07-16 | gre: fix outer ip6 length | ![](//seccdn.libravatar.org/avatar/ffd2904396645000186c64a7e6b21b89?s=13&d=retro) Aloys Augustin | 1 | -0/+9 |
2020-02-21 | ipsec: IPSec protection for multi-point tunnel interfaces | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 1 | -7/+7 |
2020-02-11 | ip: fix ip-local errors | ![](//seccdn.libravatar.org/avatar/2d46909386737c03b3e828d235494c22?s=13&d=retro) Florin Coras | 1 | -2/+2 |
2020-02-04 | teib: Rename NHRP to TEIB | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 1 | -9/+9 |
2020-01-30 | gre: Tunnel encap/decap flags | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 1 | -19/+43 |
2020-01-27 | ipip: Multi-point interface | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 1 | -12/+12 |
2020-01-27 | tunnel: Common types for IP tunnels | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 1 | -4/+4 |
2019-12-19 | gre: multipoint ingress lookup fix | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 1 | -14/+69 |
2019-12-17 | nhrp: mGREv6 | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 1 | -0/+78 |
2019-12-17 | fib: Glean on NBMA interface points to drop | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 1 | -0/+6 |
2019-12-04 | gre: Multi-point interfaces | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 1 | -2/+78 |
2019-11-05 | misc: Fix python scripts shebang line | ![](//seccdn.libravatar.org/avatar/496740fb225b183581e31d9851808879?s=13&d=retro) Renato Botelho do Couto | 1 | -1/+1 |
2019-06-18 | fib: fib api updates | ![](//seccdn.libravatar.org/avatar/02b7237bbe4c85f93c90af26b5a62826?s=13&d=retro) Neale Ranns | 1 | -15/+8 |
2019-05-28 | gre: don't register gre input nodes unless a gre tunnel is created | ![](//seccdn.libravatar.org/avatar/b9bd8f8123d0d1fd803e6d292988fda9?s=13&d=retro) Jakub Grajciar | 1 | -0/+46 |
2019-04-18 | GRE: API update | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 1 | -12/+9 |
2019-04-10 | Tests Cleanup: Fix missing calls to setUpClass/tearDownClass. | ![](//seccdn.libravatar.org/avatar/81f26cd589fd63adadb7fa100a4d80e3?s=13&d=retro) Paul Vinciguerra | 1 | -0/+4 |
2019-04-08 | fixing typos | ![](//seccdn.libravatar.org/avatar/2d3c32e28f27888d9e0040aa7424305b?s=13&d=retro) Jim Thompson | 1 | -2/+2 |
2019-03-29 | tests: test/vpp_l2.py fix missing name. | ![](//seccdn.libravatar.org/avatar/81f26cd589fd63adadb7fa100a4d80e3?s=13&d=retro) Paul Vinciguerra | 1 | -2/+1 |
2019-03-11 | vpp_papi_provider: Remove more wrapper functions. | ![](//seccdn.libravatar.org/avatar/abdd28e3ca14762a7c1348c13dc5242d?s=13&d=retro) Ole Troan | 1 | -6/+6 |
2019-03-11 | VPP-1508: Use scapy.compat to manage packet level library differences. | ![](//seccdn.libravatar.org/avatar/81f26cd589fd63adadb7fa100a4d80e3?s=13&d=retro) Paul Vinciguerra | 1 | -5/+8 |
2019-03-04 | test framework: Fix wrapper functions to match API message names. | ![](//seccdn.libravatar.org/avatar/abdd28e3ca14762a7c1348c13dc5242d?s=13&d=retro) Ole Troan | 1 | -6/+6 |
2019-03-01 | Tests: Remove all wildcard imports. | ![](//seccdn.libravatar.org/avatar/81f26cd589fd63adadb7fa100a4d80e3?s=13&d=retro) Paul Vinciguerra | 1 | -8/+6 |
2018-12-07 | FIB recusrion loop checks traverse midchain adjacencies | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 1 | -0/+61 |
2018-11-29 | GRE: UT uses new pkt send functions | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 1 | -108/+23 |
2018-11-29 | GRE: fix VRF unit-tests | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 1 | -3/+8 |
2018-09-19 | GRE: fix 4o6 and 6o4 adj stacking | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 1 | -0/+87 |
2018-09-11 | GBP Endpoint Updates | ![](//seccdn.libravatar.org/avatar/02b7237bbe4c85f93c90af26b5a62826?s=13&d=retro) Neale Ranns | 1 | -1/+2 |
2018-02-15 | Optimize GRE Tunnel and add support for ERSPAN encap | ![](//seccdn.libravatar.org/avatar/7e84d8b7ad256414b3b9e6fcd69e9788?s=13&d=retro) John Lo | 1 | -2/+8 |
2017-12-16 | GRE tunnel key includes the FIB table | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 1 | -0/+19 |
2017-12-13 | GRE: fix single loop decap and add test | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 1 | -0/+25 |
2017-09-11 | FIB table add/delete API | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 1 | -2/+6 |
2017-08-08 | L2 over MPLS | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 1 | -11/+13 |
2017-04-05 | GRE over IPv6 | ![](//seccdn.libravatar.org/avatar/6647846580623530965ded03b9180101?s=13&d=retro) Ciara Loftus | 1 | -7/+142 |
2017-03-03 | Changing the IP table for an interface is an error if the interface already h... | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 1 | -0/+4 |
2017-02-20 | Python test IP and MPLS objects conform to infra. | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 1 | -17/+19 |
2016-12-23 | make test: improve handling of packet captures | ![](//seccdn.libravatar.org/avatar/c1f763acca4b6efa334dd60fd50f97ae?s=13&d=retro) Klement Sekera | 1 | -19/+14 |
2016-12-19 | make test: filter IPv6 RAs out by default | ![](//seccdn.libravatar.org/avatar/c1f763acca4b6efa334dd60fd50f97ae?s=13&d=retro) Klement Sekera | 1 | -14/+1 |
2016-12-16 | make test: improve robustness and performance | ![](//seccdn.libravatar.org/avatar/c1f763acca4b6efa334dd60fd50f97ae?s=13&d=retro) Klement Sekera | 1 | -39/+23 |
2016-12-02 | MPLS infrastructure improvments | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 1 | -10/+11 |
2016-11-28 | GRE Tests update after postinit removal | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 1 | -1/+1 |
2016-11-22 | GRE tests and fixes | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 1 | -0/+700 |