-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: bridge-ports
should be allowed to be empty (or even non-existent maybe?) if bridge-always-up
is on
#297
Comments
@greyltc |
thanks @julienfortin! I think I tried a similar thing with anyway, do you think
in the below debug log is anything to worry about?
$ ip -d link show brport-if2
4: brport-if2: <BROADCAST,NOARP,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/ether ba:dc:0f:fe:e0:dd brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 0 maxmtu 0
dummy addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536
$ brctl show | grep 'brport-if2'
# crickets chirping |
Maybe |
Yes. Isn't that what the |
I've made an untested pull request in #298 which I hope will solve the |
for example, it would be neat if a config like this worked:
the
bridge-always-up on
directive should create a dummy interface and add it to the bridge (even when there are no other ports bridged)The text was updated successfully, but these errors were encountered: