Skip to content

Feature Request: bridge-ports should be allowed to be empty (or even non-existent maybe?) if bridge-always-up is on #297

@greyltc

Description

@greyltc

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions