diff options
author | Bill Nottingham <notting@redhat.com> | 2007-07-27 14:25:24 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2007-07-27 14:25:24 +0000 |
commit | ba774ec7d78d0b45d9108904c37ea2af36961941 (patch) | |
tree | 502bcf050aa584f47552d0b67230574c62ec61ee /networks | |
parent | ed690f871e5464eff281296b7c28fae57573e68b (diff) | |
download | initscripts-ba774ec7d78d0b45d9108904c37ea2af36961941.tar initscripts-ba774ec7d78d0b45d9108904c37ea2af36961941.tar.gz initscripts-ba774ec7d78d0b45d9108904c37ea2af36961941.tar.bz2 initscripts-ba774ec7d78d0b45d9108904c37ea2af36961941.tar.xz initscripts-ba774ec7d78d0b45d9108904c37ea2af36961941.zip |
add /etc/networks (#239602)
Diffstat (limited to 'networks')
-rw-r--r-- | networks | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/networks b/networks new file mode 100644 index 00000000..9a46fc80 --- /dev/null +++ b/networks @@ -0,0 +1,3 @@ +default 0.0.0.0 +loopback 127.0.0.0 +link-local 169.254.0.0 |