for example, it would be neat if a config like this worked:
auto vmbr0
iface vmbr0 inet static
address 192.168.1.2/24
gateway 192.168.1.1
bridge-ports
bridge-always-up on
bridge-stp off
bridge-fd 0
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)
for example, it would be neat if a config like this worked:
the
bridge-always-up ondirective should create a dummy interface and add it to the bridge (even when there are no other ports bridged)