aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_ip6.py
AgeCommit message (Expand)AuthorFilesLines
2020-05-05api: ip: add IP_ROUTE_LOOKUP APIChristian Hopps1-0/+74
2020-04-24ip: Setting the Link-Local address from the API enables IPv6 on theNeale Ranns1-3/+91
2020-04-23ip: Replace Sematics for Interface IP addressesNeale Ranns1-0/+161
2020-04-06misc: fix python sonarcloud BLOCKER level issuesPaul Vinciguerra1-0/+1
2020-03-17fib: Always install all routers mcast addressesNeale Ranns1-1/+1
2020-03-12policer: API cleanupJakub Grajciar1-4/+4
2020-02-10ip-neighbor: fix MLD reports not being sentNeale Ranns1-1/+31
2020-02-07tests: support python 3.8Ole Troan1-1/+1
2019-12-17ip: Protocol Independent IP NeighborsNeale Ranns1-18/+37
2019-12-14tests: changes for scapy 2.4.3 migrationsnaramre1-2/+1
2019-11-26fib: Table ReplaceNeale Ranns1-2/+143
2019-11-15tests: Remove the unrequired VPP IP address/prefix class wrappersNeale Ranns1-10/+9
2019-11-08tests: python3 use byte strings in raw()Ole Troan1-17/+17
2019-11-05misc: Fix python scripts shebang lineRenato Botelho do Couto1-1/+1
2019-10-28tests: make RA tests run on VPP timeAndrew Yourtchenko1-7/+7
2019-10-16tests: python3 changes for ip6 fib testssnaramre1-1/+1
2019-08-12ip: allow addrs from the same prefix on intfMatthew Smith1-2/+77
2019-06-26api: refactor format_vl_api_prefix_t return keysPaul Vinciguerra1-20/+22
2019-06-18fib: fib api updatesNeale Ranns1-109/+58
2019-06-18ip: reassembly-separate feature and custom codeKlement Sekera1-0/+18
2019-05-28Add an ip6 local hop-by-hop protocol demux tableDave Barach1-1/+14
2019-05-16tests: refactor. Replace literal constant w/ named constant.Paul Vinciguerra1-3/+6
2019-04-10Tests Cleanup: Fix missing calls to setUpClass/tearDownClass.Paul Vinciguerra1-0/+76
2019-03-28Typos. A bunch of typos I've been collecting.Paul Vinciguerra1-15/+16
2019-03-11vpp_papi_provider: Remove more wrapper functions.Ole Troan1-4/+8
2019-03-11VPP-1508: Tests: Fix vpp_api struct.error under py3.Paul Vinciguerra1-3/+3
2019-03-11VPP-1508: Use scapy.compat to manage packet level library differences.Paul Vinciguerra1-0/+1
2019-03-07Tests: Refactor payload_to_info()Paul Vinciguerra1-1/+1
2019-03-06test framework: vpp_papi_provider.py - further cleanupOle Troan1-10/+8
2019-03-04test framework: Fix wrapper functions to match API message names.Ole Troan1-4/+4
2019-03-01Tests: Refactor duplicated code.Paul Vinciguerra1-7/+1
2019-02-26VPP-1508 python tests: unicodePaul Vinciguerra1-3/+8
2019-02-20TESTS: refactor framework send_and_expect.Paul Vinciguerra1-6/+6
2019-01-30Use IP and MAC API types for neighborsNeale Ranns1-33/+26
2018-12-16IP6-MFIB: replace the radix tree with bihash (VPP-1526)Neale Ranns1-21/+43
2018-12-12PAPI: Allow ipaddress object as argument and return values from API callsOle Troan1-6/+6
2018-12-06API: Change ip4_address and ip6_address to use type alias.Ole Troan1-1/+1
2018-12-05VPP-1508 python3 tests: xrangePaul Vinciguerra1-20/+21
2018-11-30Tests: Fix traceback.Paul Vinciguerra1-108/+162
2018-11-29VPP-1507: Added binary api to dump configured ip_punt_redirectPavel Kotucek1-12/+42
2018-11-26Python3 tests: Fix asserts.Paul Vinciguerra1-2/+2
2018-09-11GBP Endpoint UpdatesNeale Ranns1-1/+2
2018-08-03loop counter to prevent infiinte number of look ups per-packetNeale Ranns1-1/+120
2018-07-02make_test: add icmp packet size sweep and icmp echo testsJan Gelety1-23/+101
2018-05-15No overlapping sub-nets on any interface in the same table/VRF (VPP-943)Neale Ranns1-1/+5
2018-04-27IPv6 NS: use the mcast rewrite node to fill in the destination MACNeale Ranns1-1/+1
2018-03-16IPv6 ND Router discovery control plane (VPP-1095)Juraj Sloboda1-0/+175
2018-03-16IPv6 ND Router discovery data plane (VPP-1095)Juraj Sloboda1-3/+113
2018-01-09test: consolidate the multiple versions of send_and_*Neale Ranns1-49/+0
2017-11-11MPLS disposition actions at the tail of unicast LSPsNeale Ranns1-2/+2