# The following variables are recognized: # Specifies the "lower" network interfaces list for DHCPv6 relay mode: # the interfacea on which queries will be received from clients # or from other relay agents. This is mandatory. # See dhcrelay(8) for more information ('-l' option). #LOWER_INTERFACES="eth0 2001:db8:1::1%eth1" LOWER_INTERFACES="" # Specifies the "upper" network interfaces list for DHCPv6 relay mode: # the interfaces to which queries from clients and other relay # agents should be forwarded. This is mandatory. # See dhcrelay(8) for more information ('-u' option). #UPPER_INTERFACES="eth2 2001:db8:2::1%eth3" UPPER_INTERFACES="" # Define OPTIONS with any other options to pass to the dhcrelay server. # See dhcrelay(8) for available options and syntax. OPTIONS="-q"