-
- Downloads
net-test: packetdrill: support IP prefixes
The goal here is to be able to route a prefix of user-configurable size over the tun device or to the remote packetdrill server, so that tests can use more than one remote IP. The immediate motivation is testing GRE, where there is a remote IP for the TCP endpoint and a separate remote IP for the GRE decapsulator. Change-Id: I36b7025a242c3803802087c91d284a41c62ca1bd
Showing
- gtests/net/packetdrill/Makefile.common 2 additions, 1 deletiongtests/net/packetdrill/Makefile.common
- gtests/net/packetdrill/ip_address.h 1 addition, 0 deletionsgtests/net/packetdrill/ip_address.h
- gtests/net/packetdrill/ip_prefix.c 148 additions, 0 deletionsgtests/net/packetdrill/ip_prefix.c
- gtests/net/packetdrill/ip_prefix.h 69 additions, 0 deletionsgtests/net/packetdrill/ip_prefix.h
- gtests/net/packetdrill/types.h 2 additions, 2 deletionsgtests/net/packetdrill/types.h
gtests/net/packetdrill/ip_prefix.c
0 → 100644
gtests/net/packetdrill/ip_prefix.h
0 → 100644
Please register or sign in to comment