default-relay 335 B

123456789101112
  1. # Defaults for dhcp-relay initscript
  2. # sourced by /etc/init.d/dhcp-relay
  3. # What servers should the DHCP relay forward requests to?
  4. # e.g: SERVERS="192.168.0.1"
  5. SERVERS=""
  6. # On what interfaces should the DHCP relay (dhrelay) serve DHCP requests?
  7. INTERFACES=""
  8. # Additional options that are passed to the DHCP relay daemon?
  9. OPTIONS=""