summaryrefslogtreecommitdiffstats
path: root/dhcp/dhcp-impl/src/test/resources/relay/ipv4DhcpRelay.json
blob: 27550e45f60de3e804705db338cbac28ed350850 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "relays": {
    "relay": [
      {
        "address-type": "ipv4",
        "rx-vrf-id": 0,
        "server-address": "1.2.3.4",
        "gateway-address": "5.6.7.8"
      }
    ]
  }
}