# /etc/conf.d/dhcrelay6: config file for /etc/init.d/dhcrelay6 # Configure which interface or interfaces to for dhcrelay to listen on # and send to. See dhcrelay(8) for IPv6 specific syntax # List all interfaces to listen on space separated. #IFACE="eth0 vlan90 vlan301 vlan302 vlan500 vlan502 vlan541 vlan542" DHCRELAY_IFACE_LOWER="eth0" # Space separated list of interfaces to forward BOOTP/DHCP packets to. DHCRELAY_IFACE_UPPER="eth1" # Insert any other options needed. See dhcrelay(8) for details. DHCRELAY_OPTS="-pf /var/run/dhcp/dhcrelay6.pid"