aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@tele2.at>2018-04-26 20:34:14 +0200
committerDavid Oberhollenzer <david.oberhollenzer@tele2.at>2018-04-27 11:28:46 +0200
commit0ded4765344b6360cf4f030909d5bbe736a1a584 (patch)
treea9f56a14fa1b278f3c58bfe11ef6ed9394253459 /configure.ac
parent59731dd69bb4be66c721b3de66fb2ab80bec3e7e (diff)
Add optional script for persistent network interface renaming
Add a new service that runs a small helper script that applies a consistent, deterministic naming pattern to all interfaces, based on their mac address. A configuration file with wild card pattern matching can be used for determining names. By default, this is disabled. Also, this script is Linux specific. Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index c7a870b..13b11eb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -52,7 +52,9 @@ AC_CONFIG_FILES([services/sigterm])
AC_CONFIG_FILES([services/sysfs])
AC_CONFIG_FILES([services/devfs])
AC_CONFIG_FILES([services/procfs])
+AC_CONFIG_FILES([services/ifrename])
AC_CONFIG_FILES([scripts/devfs.sh])
+AC_CONFIG_FILES([scripts/ifrename.sh])
AC_CONFIG_FILES([etc/initd.env])
AC_OUTPUT([Makefile])