From 58601da0389035dbb0a109a516da214f9877c0fc Mon Sep 17 00:00:00 2001 From: Joerg Hofrichter Date: Wed, 13 May 2020 21:20:04 +0200 Subject: mpm: systemd: added systemd configuration files for network Added files which were previously maintained in meta-ettus repository but which are better placed alongside MPM itself: - eth0/int0/sfp0/sfp1.network: network configuration files - 70-sfp-net.rules: udev rule for automatically naming the network interfaces Signed-off-by: Joerg Hofrichter --- mpm/systemd/network/int0.network | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 mpm/systemd/network/int0.network (limited to 'mpm/systemd/network/int0.network') diff --git a/mpm/systemd/network/int0.network b/mpm/systemd/network/int0.network new file mode 100644 index 000000000..1b939a2f9 --- /dev/null +++ b/mpm/systemd/network/int0.network @@ -0,0 +1,9 @@ +[Match] +Name=int0 + +[Network] +Address=169.254.0.1/24 +IPForward=ipv4 + +[Link] +MTUBytes=8000 -- cgit v1.2.3