This bug is either invalid or has been fixed.
/sbin/dhclient-script in Intrepid does the following starting at line 194:
            ifconfig $interface inet $new_ip_address $new_subnet_arg \
                $new_broadcast_arg $mtu_arg

            # point to point
            if [ "$new_subnet_mask" == "255.255.255.255" ]; then
                for router in $new_routers; do
                    route add -host $router dev $interface
                done
            fi

            for router in $new_routers; do
                route add default dev $interface gw $router $metric_arg
            done

-- 
dhcp fails for gateway on different subnet
https://bugs.launchpad.net/bugs/139217
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to