diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-05-22 13:26:22 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-05-22 13:26:37 +0000 |
commit | bceaa35b5113fc129ff3a35e822befea3c042f1d (patch) | |
tree | 1799bd4ce2c1dd8ecdfba193222c642616a1d4c5 /libexec/container | |
parent | Releasing debian version 20220509-1. (diff) | |
download | open-infrastructure-compute-tools-bceaa35b5113fc129ff3a35e822befea3c042f1d.tar.xz open-infrastructure-compute-tools-bceaa35b5113fc129ff3a35e822befea3c042f1d.zip |
Merging upstream version 20220522.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'libexec/container')
-rwxr-xr-x | libexec/container/start | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libexec/container/start b/libexec/container/start index de6bd84..7b95866 100755 --- a/libexec/container/start +++ b/libexec/container/start @@ -420,13 +420,6 @@ Name=${INTERFACE} [Network] Bridge=${BRIDGE} -cat > "/etc/network/interfaces.d/${INTERFACE}" << EOF -allow-hotplug ${INTERFACE} -iface ${INTERFACE} inet manual - pre-up ip link set ${INTERFACE} up - post-up ip link set ${INTERFACE} master ${BRIDGE} - pre-down ip link set ${INTERFACE} nomaster - post-down ip link set ${INTERFACE} down EOF networkctl reload |