debian/dhclient-script.linux | 79 +++++++++++++++++++------------------------ 1 files changed, 36 insertions(+), 43 deletions(-)
New commits: commit 0902c80b7aa43e4a88eb7778172aff9aea0e17e1 Author: Stephen Hemminger <[email protected]> Date: Tue Mar 31 16:46:42 2009 -0700 Fix dhcp client route management 1. Use new 'proto dhcp' so dhcp routes do not overlap other types of routes. 2. Eliminate use of files to store existing state because file is incorrect on reboot (Bug 4233), and related synchronization issues 3. Get list of current routes from kernel and use that when updating list of routes commit 5c3123a21e2ad583501973a159ef913794d5f240 Author: Stephen Hemminger <[email protected]> Date: Tue Mar 31 15:54:25 2009 -0700 Fix router update logic Simplify the code to always rewrite the list (no sed editing), and use iproute utilities rather than vtysh. If you use vtysh, then zebra thinks it owns the route. http://suva.vyatta.com/git/?p=vyatta-dhcp3.git;a=commitdiff;h=0902c80b7aa43e4a88eb7778172aff9aea0e17e1 http://suva.vyatta.com/git/?p=vyatta-dhcp3.git;a=commitdiff;h=5c3123a21e2ad583501973a159ef913794d5f240 _______________________________________________ svn mailing list [email protected] http://mailman.vyatta.com/mailman/listinfo/svn
