From a22a212d3abdfbce445228c0cdce39a363cc666b Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Fri, 27 Apr 2018 22:38:01 +0200 Subject: Add service and helper script for static network configuration After interface renaming is done, perform the following actions: - Configure each interface for which we have a configuration file - Configuration file contains lines that we pass directly to iproute2 - Configure static routing in a similar fashion - Set the configured interfaces up Signed-off-by: David Oberhollenzer --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 3a291c4..73b3efb 100644 --- a/.gitignore +++ b/.gitignore @@ -27,8 +27,10 @@ services/devfs services/procfs services/sysfs services/ifrename +services/ifcfg scripts/devfs.sh scripts/ifrename.sh +scripts/ifcfg.sh etc/initd.env -- cgit v1.2.3