blob: 7203ae9fb7ca36ca7d57973fec5d786ed797a1f4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
### Autogenerated by dhcp_relay.py ###
# Defaults for isc-dhcp-relay initscript
# sourced by /etc/init.d/isc-dhcp-relay
#
# This is a POSIX shell fragment
#
# What servers should the DHCP relay forward requests to?
SERVERS="{{ server | join(' ') }}"
# On what interfaces should the DHCP relay (dhrelay) serve DHCP requests?
INTERFACES="{{ interface | join(' ') }}"
# Additional options that are passed to the DHCP relay daemon?
OPTIONS="-4 {{ options | join(' ') }}"
|