aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_ip4.py
AgeCommit message (Expand)AuthorFilesLines
2020-05-05api: ip: add IP_ROUTE_LOOKUP APIChristian Hopps1-0/+74
2020-04-23ip: Replace Sematics for Interface IP addressesNeale Ranns1-0/+162
2020-03-17fib: Always install all routers mcast addressesNeale Ranns1-1/+1
2020-03-12policer: API cleanupJakub Grajciar1-4/+4
2019-12-17ip: Protocol Independent IP NeighborsNeale Ranns1-1/+1
2019-11-26fib: Fix crash on cover update to non activated adj sourceNeale Ranns1-0/+64
2019-11-26fib: Table ReplaceNeale Ranns1-1/+131
2019-11-15tests: Remove the unrequired VPP IP address/prefix class wrappersNeale Ranns1-18/+20
2019-11-05misc: Fix python scripts shebang lineRenato Botelho do Couto1-1/+1
2019-11-05ip: Fragmentation fixesNeale Ranns1-0/+11
2019-10-21ip: test support python3Ole Troan1-33/+33
2019-10-16tests: cli wrapper should return stringOle Troan1-3/+3
2019-08-20api: Cleanup APIs interface.apiJakub Grajciar1-8/+11
2019-08-12ip: allow addrs from the same prefix on intfMatthew Smith1-6/+59
2019-07-19ip: admin change affects intf IPv4 addr routesMatthew G Smith1-0/+74
2019-06-18fib: fib api updatesNeale Ranns1-132/+69
2019-06-04punt: fix the set_punt API/CLI which was rejecting valid portsNeale Ranns1-1/+20
2019-05-16tests: refactor. Replace literal constant w/ named constant.Paul Vinciguerra1-19/+21
2019-04-11Tests: Refactor tearDown show command logging, add lifecycle markers.Paul Vinciguerra1-3/+4
2019-04-10Tests Cleanup: Fix missing calls to setUpClass/tearDownClass.Paul Vinciguerra1-0/+104
2019-03-28Typos. A bunch of typos I've been collecting.Paul Vinciguerra1-4/+4
2019-03-15Revert "API: Cleanup APIs interface.api"Ole Trøan1-11/+8
2019-03-15API: Cleanup APIs interface.apiJakub Grajciar1-8/+11
2019-03-14TEST: link-state up/down notifications on FIB forwardingNeale Ranns1-1/+82
2019-03-11vpp_papi_provider: Remove more wrapper functions.Ole Troan1-8/+12
2019-03-11VPP-1508: Tests: Fix vpp_api struct.error under py3.Paul Vinciguerra1-2/+2
2019-03-11VPP-1508: Use scapy.compat to manage packet level library differences.Paul Vinciguerra1-2/+3
2019-03-07Tests: Refactor payload_to_info()Paul Vinciguerra1-3/+3
2019-03-07VPP-1508: Python3 tests. Explicitly specify string formatting.Paul Vinciguerra1-2/+2
2019-03-06test framework: vpp_papi_provider.py - further cleanupOle Troan1-14/+12
2018-12-17Fix TestIPv4FibCrud interdependencies.Paul Vinciguerra1-0/+14
2018-12-12PAPI: Allow ipaddress object as argument and return values from API callsOle Troan1-6/+6
2018-12-10IP-local: any IP can appear as the source (VPP-1522)Neale Ranns1-0/+19
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-11/+13
2018-11-29VPP-1507: Added binary api to dump configured ip_punt_redirectPavel Kotucek1-4/+37
2018-11-27VPP-1508 python3 tests: .encode('hex')Paul Vinciguerra1-6/+5
2018-11-26Python3 tests: Fix asserts.Paul Vinciguerra1-2/+2
2018-10-22Fix buffer overflow when fragmenting packets (VPP-1383)Juraj Sloboda1-0/+50
2018-10-15VPP-1448: Fix error when recurse on down the trie.mu.duojiao1-0/+49
2018-09-07IP route update fix when multipath and drop setNeale Ranns1-1/+27
2018-08-03loop counter to prevent infiinte number of look ups per-packetNeale Ranns1-0/+18
2018-07-20IP directed broadcastNeale Ranns1-0/+69
2018-07-02make_test: add icmp packet size sweep and icmp echo testsJan Gelety1-24/+100
2018-06-11MTU: Software interface / Per-protocol MTU supportOle Troan1-2/+4
2018-05-23VPP-1283: IPv4 PMTU missing MTU value in ICMP4 message.Ole Troan1-1/+1
2018-04-13Revert "MTU: Setting of MTU on software interface (instead of hardware interf...Damjan Marion1-1/+1
2018-04-13MTU: Setting of MTU on software interface (instead of hardware interface)Ole Troan1-1/+1
2018-02-12Improve MTU handlingNeale Ranns1-0/+26
2018-01-09test: consolidate the multiple versions of send_and_*Neale Ranns1-73/+0