| Argument | Type | Description |
|---|
| name ( mandatory ) | string | |
| interface ( mandatory ) | iface_enum | Relay will listen to messages originating from clients on this interface |
| dhcp-server ( mandatory ) | object { server: alt { interface-address: composite { address6: ip6Addr
, interface: iface_enum
} { address6: ip6Addr
, interface: iface_enum
}
, address6: ip6Addr
} { interface-address: composite { address6: ip6Addr
, interface: iface_enum
} { address6: ip6Addr
, interface: iface_enum
}
, address6: ip6Addr
}
} | Servers to which the relay message will be forwarded |
| dhcp-options | multi { array-id, option: enum
} | Options that are added to Relay-Forward messages. Note that option 18 (interface-id) is added automatically so that relay can relay the reply message correctly. |
| link-address | ip6Addr | |
| delay-threshold | alt { const: enum (none) { none:0 }
, time: time
} | If secs field in DHCP packet is smaller than delay-threshold, then this packet is ignored |
| store-relayed-bindings | bool | Add routes to valid bindings found in reply messages |