This repository has been archived on 2025-03-20. You can view files and clone it, but cannot push or open issues or pull requests.
sonic-buildimage/files/image_config/midplane-network/dummy-midplane.network
Ze Gan dedfc63c3a Fix comments
Signed-off-by: Ze Gan <ganze718@gmail.com>
2024-03-21 21:01:48 +08:00

10 lines
428 B
SYSTEMD

# The systemd-networkd requires that the bridge interface(bridge-midplane) has at least one member interface, otherwise the IP address will not be configured.
# This dummy interface will be added into the bridge-midplane as a member to guarantee the IP address configuration correctly.
# Refer: https://github.com/systemd/systemd/issues/9252#issuecomment-771540028
[Match]
Name=dummy-midplane
[Network]
Bridge=bridge-midplane