[FS#3609] odhcpd: doesn't set M flag nor O flag in router advertisment when using isc-dhcp-server-ipv6

OpenWrt Bugs openwrt-bugs at lists.openwrt.org
Sun Feb 7 02:01:56 EST 2021


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#3609 - odhcpd: doesn't set M flag nor O flag in router advertisment when using isc-dhcp-server-ipv6
User who did this - Ronan LE MEILLAT (eltorio)

----------
Hi forgot to give complete /etc/config/dhcp
remark: I tried with or without option ignore '1'
config dnsmasq
	option domainneeded '1'
	option boguspriv '1'
	option filterwin2k '0'
	option localise_queries '1'
	option rebind_protection '1'
	option rebind_localhost '1'
	option local '/lan/'
	option domain 'lan'
	option expandhosts '1'
	option nonegcache '0'
	option authoritative '1'
	option readethers '1'
	option leasefile '/tmp/dhcp.leases'
	option resolvfile '/tmp/resolv.conf.auto'
	option nonwildcard '1'
	option localservice '1'

config dhcp 'lan'
	option interface 'lan'
	option start '100'
	option limit '150'
	option leasetime '12h'
	option ra 'server'
	option ra_mininterval '1'
	option ra_maxinterval '20'
	option ra_management '2'
	option ignore '1'

config dhcp 'wan'
	option interface 'wan'
	option ignore '1'

config odhcpd 'odhcpd'
	option maindhcp '0'
	option leasefile '/tmp/hosts/odhcpd'
	option leasetrigger '/usr/sbin/odhcpd-update'
	option loglevel '4'

config isc_dhcpd 'isc_dhcpd'
	option authoritative '1'
	option default_lease_time '3600'
	option max_lease_time '86400'
----------

More information can be found at the following URL:
https://bugs.openwrt.org/index.php?do=details&task_id=3609#comment9341

You are receiving this message because you have requested it from the Flyspray bugtracking system.  If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.



More information about the openwrt-bugs mailing list