Date: Tue, 25 Jul 2023 10:06:05 +0000 From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 214746] Carp ipv6 duplicate address detection Message-ID: <bug-214746-7501-F9jPdxfS06@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-214746-7501@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214746 Andrey V. Elsukov <ae@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ae@FreeBSD.org --- Comment #6 from Andrey V. Elsukov <ae@FreeBSD.org> --- You can use no_dad flag when you create vlan interface. We usually configure all addresses manually on carp interfaces and also use -auto_linklocal flag: # vlan416 carp_interfaces="${carp_interfaces} vlan416" ifconfig_vlan416="vlan 416 vlandev ${vlanif} mtu 1500" ifconfig_vlan416_ipv6="inet6 -auto_linklocal no_dad" ifconfig_vlan416_alias1="inet A.B.C.D/28 vhid N ${carp_args}" ifconfig_vlan416_alias2="inet6 XX:XX:XX:XX::1/64 vhid M ${carp_args}" ifconfig_vlan416_alias3="inet6 fe80::1/64 vhid M ${carp_args}" -- You are receiving this mail because: You are the assignee for the bug.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-214746-7501-F9jPdxfS06>
