diff options
author | Roy Marples <uberlord@gentoo.org> | 2007-10-12 10:09:04 +0000 |
---|---|---|
committer | Roy Marples <uberlord@gentoo.org> | 2007-10-12 10:09:04 +0000 |
commit | 9f1b6b07fc29ba08227af4382e077e719a543f2d (patch) | |
tree | 3c1f88483e78fea07c4bd2fe088e0d370202ce7d /etc | |
parent | malloc over fatty buffers (diff) | |
download | baselayout-9f1b6b07fc29ba08227af4382e077e719a543f2d.tar.gz baselayout-9f1b6b07fc29ba08227af4382e077e719a543f2d.tar.bz2 baselayout-9f1b6b07fc29ba08227af4382e077e719a543f2d.zip |
Add link-local
svn path=/trunk/; revision=3037
Diffstat (limited to 'etc')
-rw-r--r-- | etc/networks | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/networks b/etc/networks index 48327f00..f40e5d9a 100644 --- a/etc/networks +++ b/etc/networks @@ -5,4 +5,5 @@ # used at boot time, when no name servers are running. # -loopback 127.0.0.0 +loopback 127.0.0.0 +link-local 169.254.0.0 |