diff options
author | William Hubbs <williamh@gentoo.org> | 2012-06-06 23:16:35 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2012-06-06 23:16:35 -0500 |
commit | 92b274a7dea93c4832bcbb0905beb2a93df080e4 (patch) | |
tree | 989039f44bd1ad1b1f8ca3a3b7d8e040eb90d5fe /doc/net.example.Linux.in | |
parent | b3d47d58613f0637772e71fdd30bb36cf48d69b8 (diff) |
net: clarify how to prefer ifconfig over iproute2
reported-by: <vsync@quadium.net>
X-Gentoo-Bug: 417899
X-Gentoo-Bug-Url: https://bugs.gentoo.org/show_bug.cgi?id=417899
Diffstat (limited to 'doc/net.example.Linux.in')
-rw-r--r-- | doc/net.example.Linux.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/net.example.Linux.in b/doc/net.example.Linux.in index ac63715e..870c794e 100644 --- a/doc/net.example.Linux.in +++ b/doc/net.example.Linux.in @@ -34,7 +34,7 @@ # In other words, you probably should DO NOTHING HERE... # Prefer ifconfig over iproute2 -#modules="ifconfig" +#modules="!iproute2" # You can also specify other modules for an interface # In this case we prefer udhcpc over dhcpcd @@ -57,7 +57,7 @@ # If you don't specify an interface then we prefer iproute2 if it's installed # To prefer ifconfig over iproute2 -#modules="ifconfig" +#modules="!iproute2" # For a static configuration, use something like this # (They all do exactly the same thing btw) |