diff options
Diffstat (limited to 'dhcp/dhcp-impl/src/test/resources')
3 files changed, 3 insertions, 3 deletions
diff --git a/dhcp/dhcp-impl/src/test/resources/relay/ipv4DhcpRelay.json b/dhcp/dhcp-impl/src/test/resources/relay/ipv4DhcpRelay.json index 2c7dda289..6d7ca6392 100644 --- a/dhcp/dhcp-impl/src/test/resources/relay/ipv4DhcpRelay.json +++ b/dhcp/dhcp-impl/src/test/resources/relay/ipv4DhcpRelay.json @@ -2,7 +2,7 @@ "relays": { "relay": [ { - "address-type": "ipv4", + "address-family": "vpp-fib-table-management:ipv4", "rx-vrf-id": 0, "gateway-address": "5.6.7.8", "server" : [ diff --git a/dhcp/dhcp-impl/src/test/resources/relay/ipv6DhcpRelayAfter.json b/dhcp/dhcp-impl/src/test/resources/relay/ipv6DhcpRelayAfter.json index 7c2518b54..c1ebc52ec 100644 --- a/dhcp/dhcp-impl/src/test/resources/relay/ipv6DhcpRelayAfter.json +++ b/dhcp/dhcp-impl/src/test/resources/relay/ipv6DhcpRelayAfter.json @@ -2,7 +2,7 @@ "relays": { "relay": [ { - "address-type": "ipv6", + "address-family": "vpp-fib-table-management:ipv6", "rx-vrf-id": 1, "gateway-address": "2001::2", "server" : [ diff --git a/dhcp/dhcp-impl/src/test/resources/relay/ipv6DhcpRelayBefore.json b/dhcp/dhcp-impl/src/test/resources/relay/ipv6DhcpRelayBefore.json index 94f7c6558..149a6e83e 100644 --- a/dhcp/dhcp-impl/src/test/resources/relay/ipv6DhcpRelayBefore.json +++ b/dhcp/dhcp-impl/src/test/resources/relay/ipv6DhcpRelayBefore.json @@ -2,7 +2,7 @@ "relays": { "relay": [ { - "address-type": "ipv6", + "address-family": "vpp-fib-table-management:ipv6", "rx-vrf-id": 1, "gateway-address": "2001::2", "server" : [ |