diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2022-05-22 13:23:26 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2022-05-22 13:23:26 +0000 |
commit | cf887529f1c0759b49f7ddbf7bb3df5195074eb3 (patch) | |
tree | e7bae066e4b063bb37ed8088e6871cd854127c73 /libexec/container/start | |
parent | Releasing version 20220509. (diff) | |
download | compute-tools-cf887529f1c0759b49f7ddbf7bb3df5195074eb3.tar.xz compute-tools-cf887529f1c0759b49f7ddbf7bb3df5195074eb3.zip |
Fixing copy&paste mistake in systemd-network run-files handling.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-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 |