diff --git a/src/confd/bin/gen-interfaces b/src/confd/bin/gen-interfaces index 39137d1d..778e0b22 100755 --- a/src/confd/bin/gen-interfaces +++ b/src/confd/bin/gen-interfaces @@ -22,13 +22,6 @@ # can be used to enable IPv4 and DHCP on a single service interface if # needed. # -# Note: interfaces classified as ports, i.e., switchcore interfaces, or -# have been classified 'group port' by other means will by default -# *not* get an IPv6 address. This is by design, some may want to -# have port isolation and *no* IP communication by default. But, -# if you want IPv6 SLAAC on your port interfaces by default, add -# the -6 option to GEN_IFACE_OPTS in your /etc/confdrc.local -# ### Bridge Mode ######################################################## # The '-b brname' option triggers the bridge mode, creating a 'brname' # bridge interface using all interfaces classified in 'group port' by @@ -48,46 +41,49 @@ set -e bridge= ipv4=false -ipv6=false dhcp= usage() { cat <