NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: misc/50893: dhcpd fails on carp(4) interfaces
The following reply was made to PR misc/50893; it has been noted by GNATS.
From: Hauke Fath <hf%spg.tu-darmstadt.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: misc-bug-people%netbsd.org@localhost, gnats-admin%netbsd.org@localhost,
Hauke Fath <hf%spg.tu-darmstadt.de@localhost>
Subject: Re: misc/50893: dhcpd fails on carp(4) interfaces
Date: Wed, 24 Aug 2016 14:55:04 +0200
> There is no need to patch an rc.d file for something like this.
> Simply add the interface that you want to run dhcpd on to dhcpd_flags
> in rc.conf. See "man rc.conf" for details as noted at the top of
> rc.conf.
Even when you specify the interface list
dhcpd=YES
dhcpd_flags="-q vlan7 vlan8 vlan9 vlan10 vlan11 vlan12"
dhcpd will complain about what it perceives as an overlap (note vlan2 is
not listed above)::
dhcpd: Multiple interfaces match the same subnet: vlan2 carp2
dhcpd: Multiple interfaces match the same shared network: vlan2 carp2
dhcpd: Multiple interfaces match the same subnet: vlan7 carp7
dhcpd: Multiple interfaces match the same shared network: vlan7 carp7
dhcpd: Multiple interfaces match the same subnet: vlan8 carp8
dhcpd: Multiple interfaces match the same shared network: vlan8 carp8
dhcpd: Multiple interfaces match the same subnet: vlan9 carp9
dhcpd: Multiple interfaces match the same shared network: vlan9 carp9
dhcpd: Multiple interfaces match the same subnet: vlan10 carp10
dhcpd: Multiple interfaces match the same shared network: vlan10 carp10
dhcpd: Multiple interfaces match the same subnet: vlan11 carp11
dhcpd: Multiple interfaces match the same shared network: vlan11 carp11
dhcpd: Multiple interfaces match the same subnet: vlan12 carp12
dhcpd: Multiple interfaces match the same shared network: vlan12 carp12
-- dhcpcd needs to learn carp interfaces are special.
hauke
Home |
Main Index |
Thread Index |
Old Index