summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--networks3
2 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 842bfef..a3ab9c3 100644
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,7 @@ VERSION = 2.7.24
LIST = csh.cshrc csh.login gshadow group host.conf hosts.allow hosts.deny inputrc \
motd passwd printcap protocols securetty services shadow shells profile \
- filesystems fstab resolv.conf hosts subgid subuid
+ filesystems fstab resolv.conf hosts subgid subuid networks
check:
@echo Sanity checking selected files....
diff --git a/networks b/networks
new file mode 100644
index 0000000..9a46fc8
--- /dev/null
+++ b/networks
@@ -0,0 +1,3 @@
+default 0.0.0.0
+loopback 127.0.0.0
+link-local 169.254.0.0