| Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | # Defaults for dhcp-relay initscript |
| 2 | # sourced by /etc/init.d/dhcp-relay | ||||
| 3 | |||||
| 4 | # What servers should the DHCP relay forward requests to? | ||||
| 5 | # e.g: SERVERS="192.168.0.1" | ||||
| 6 | SERVERS="" | ||||
| 7 | |||||
| 8 | # On what interfaces should the DHCP relay (dhrelay) serve DHCP requests? | ||||
| 9 | INTERFACES="" | ||||
| 10 | |||||
| 11 | # Additional options that are passed to the DHCP relay daemon? | ||||
| 12 | OPTIONS="" | ||||