Package: netbase
Version: 4.27
X-Debbugs-CC: [EMAIL PROTECTED]

If you write a gateway information
in  the following form:

#   gateway 192.168.0.1
    gateway 192.168.0.2

With no spare Line or another Comment Line  between the two lines
And reboot the Machine.

After reboot you have both gateways available (Which is wrong)

default         192.168.0.2  0.0.0.0         UG    0      0        0 eth0
default         192.168.0.1     0.0.0.0         UG    0      0        0 eth0

i dont know exactly if the bug only appears, when there are Spaces between the # and the gateway

or if there is a TAB

Following writing Versions seems to work OK:

   gateway 192.168.0.2
# The following line is ignored
#   gateway 192.168.0.1


Reply via email to