summaryrefslogtreecommitdiffstats
path: root/dhcp/dhcp-impl/src/test/resources/relay/ipv6DhcpRelay.json
diff options
context:
space:
mode:
Diffstat (limited to 'dhcp/dhcp-impl/src/test/resources/relay/ipv6DhcpRelay.json')
-rw-r--r--dhcp/dhcp-impl/src/test/resources/relay/ipv6DhcpRelay.json13
1 files changed, 0 insertions, 13 deletions
diff --git a/dhcp/dhcp-impl/src/test/resources/relay/ipv6DhcpRelay.json b/dhcp/dhcp-impl/src/test/resources/relay/ipv6DhcpRelay.json
deleted file mode 100644
index ca7e51ace..000000000
--- a/dhcp/dhcp-impl/src/test/resources/relay/ipv6DhcpRelay.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "relays": {
- "relay": [
- {
- "address-type": "ipv6",
- "rx-vrf-id": 1,
- "server-address": "2001::1",
- "server-vrf-id": 2,
- "gateway-address": "2001::2"
- }
- ]
- }
-}