Regression: netplan.io does not support managing OpenVPN bridges
Bug #1779341 reported by
Johan Ehnberg
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
netplan.io (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
While systemd supports bringing up independent openvpn services, there is currently no way of declaring these in netplan like it was in /etc/network/
Critically, it is no longer feasible to have such a device in a bridge that is declared in netplan.
Related bugs:
https:/
https:/
As a workaround, it is possible to install networkd-dispatcher and add a script in /usr/lib/
#!/bin/sh
set -e
if [ "$IFACE" = tap0 ]; then
brctl addif br1 tap0
ip link set tap0 promisc on
ifmetric tap0 5
fi
To post a comment you must log in.
Status changed to 'Confirmed' because the bug affects multiple users.