Hi. On Thu, Dec 29, 2016 at 10:01:20AM +0100, Harald Dunkel wrote: > Hi folks, > > how can I define a bridge in /etc/network/interfaces without > assigning it an IP address and netmask? It is supposed to > be IPv6 link-layer only.
auto br0 iface br0 inet6 auto bridge-ports ... bridge-maxwait 0 Please note that you have to specify *something* in 'bridge-ports' stanza. Reco