diff options
author | Claudio Matsuoka <claudio@mandriva.com> | 2010-01-14 18:16:45 +0000 |
---|---|---|
committer | Claudio Matsuoka <claudio@mandriva.com> | 2010-01-14 18:16:45 +0000 |
commit | 4b58b8da1ce55139e1997e8121cd38f92d82aa1f (patch) | |
tree | e31cfb479a5b04b924b963be2fb5bc5e5cfcef80 /NEWS | |
parent | 7f017cf0b73dd029f0aa84a0a22829506e01de2a (diff) | |
download | drakx-net-4b58b8da1ce55139e1997e8121cd38f92d82aa1f.tar drakx-net-4b58b8da1ce55139e1997e8121cd38f92d82aa1f.tar.gz drakx-net-4b58b8da1ce55139e1997e8121cd38f92d82aa1f.tar.bz2 drakx-net-4b58b8da1ce55139e1997e8121cd38f92d82aa1f.tar.xz drakx-net-4b58b8da1ce55139e1997e8121cd38f92d82aa1f.zip |
Don't guess gateway and nameserver if not specified (bug #28033)
Sometimes we don't want a default route to be set when configuring a
network interface with static address. The typical case is when we have
an external interface with dhcp and default route to the internet and a
static interface connected to the local network. See bug 28033 for
details.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ - avoid multiple instances of draknetcenter for the same user (if it's already running) - Change prism54 wifi driver to p54pci/p54usb (#52018) +- Don't guess gateway and nameserver if not specified (#28033) 0.86.1: - ignore non-fatal wpa_supplicant messages (#54002) |