Age | Commit message (Expand) | Author | Files | Lines |
2020-02-20 | ip-neighbor: Fix aging timeout | Vladimir Isaev | 1 | -1/+22 |
2019-12-31 | ip-neighbor: set link-type ARP on incomplete adjacencies | Neale Ranns | 1 | -0/+65 |
2019-12-17 | ip: Protocol Independent IP Neighbors | Neale Ranns | 1 | -1/+223 |
2019-11-08 | tests: python3 use byte strings in raw() | Ole Troan | 1 | -1/+1 |
2019-11-05 | misc: Fix python scripts shebang line | Renato Botelho do Couto | 1 | -1/+1 |
2019-10-06 | ip: Fix IP unnumbered dump of one interface | Neale Ranns | 1 | -0/+9 |
2019-06-18 | fib: fib api updates | Neale Ranns | 1 | -7/+7 |
2019-05-16 | tests: refactor. Replace literal constant w/ named constant. | Paul Vinciguerra | 1 | -8/+11 |
2019-04-10 | Tests Cleanup: Fix missing calls to setUpClass/tearDownClass. | Paul Vinciguerra | 1 | -0/+16 |
2019-03-28 | Typos. A bunch of typos I've been collecting. | Paul Vinciguerra | 1 | -9/+9 |
2019-03-11 | VPP-1508: Use scapy.compat to manage packet level library differences. | Paul Vinciguerra | 1 | -2/+4 |
2019-01-30 | Use IP and MAC API types for neighbors | Neale Ranns | 1 | -22/+11 |
2019-01-23 | IP route local and connected | Neale Ranns | 1 | -0/+34 |
2018-11-26 | Python3 tests: Fix asserts. | Paul Vinciguerra | 1 | -2/+2 |
2018-10-29 | Use throttle_t for ND throttling | Neale Ranns | 1 | -4/+35 |
2018-10-01 | Add adjacency counters to the stats segment | Neale Ranns | 1 | -0/+109 |
2018-08-30 | Refactor the ARP throttle into a common type so it can be reused | Neale Ranns | 1 | -0/+31 |
2018-08-10 | Add test of the IP unnumbered dump | Neale Ranns | 1 | -0/+4 |
2018-06-08 | Gratuitous ARP packet handling | Neale Ranns | 1 | -0/+98 |
2018-02-16 | Allow providers to override glean behaviour | Neale Ranns | 1 | -0/+70 |
2018-02-15 | Revert "Allow interface types to override glean adjacency behaivour" | Ole Trøan | 1 | -63/+0 |
2018-02-15 | Allow interface types to override glean adjacency behaivour | Neale Ranns | 1 | -0/+63 |
2018-01-09 | test: consolidate the multiple versions of send_and_* | Neale Ranns | 1 | -10/+0 |
2018-01-06 | VPP-1110 BVI reply ARP that doesn't request BVI loacl IP. | zhaoqingling | 1 | -1/+13 |
2017-09-11 | FIB table add/delete API | Neale Ranns | 1 | -2/+64 |
2017-08-15 | Support proxy ARP on mirrored TAP interfaces | Neale Ranns | 1 | -0/+64 |
2017-06-21 | ARP: ignore non-connected routes and non-interface sources when determing if ... | Neale Ranns | 1 | -2/+70 |
2017-06-06 | Packets recieved on VLAN-0 map to the main interface | Neale Ranns | 1 | -2/+60 |
2017-05-26 | ARP/ND use path_remove to complement path_add | Neale Ranns | 1 | -0/+79 |
2017-05-17 | VPP-719: Accept ARP replies from VRRP hw addr | Matthew Smith | 1 | -0/+75 |
2017-05-17 | ARP learning fixes (VPP-843) | Neale Ranns | 1 | -8/+30 |
2017-03-17 | Attached hosts | Neale Ranns | 1 | -11/+165 |
2017-03-17 | Adjacency refinement; check the cover's interface against the adjacency's | Neale Ranns | 1 | -20/+53 |
2017-03-09 | IMplementation for option to not create a FIB table entry when adding a neigh... | Neale Ranns | 1 | -2/+21 |
2017-03-09 | Tests to target holes in adjacency and DPO test coverage | Neale Ranns | 1 | -0/+81 |
2017-03-03 | Changing the IP table for an interface is an error if the interface already h... | Neale Ranns | 1 | -0/+7 |
2017-02-27 | [Proxy] ARP tests | Neale Ranns | 1 | -0/+425 |