Documentation/networking/ip-sysctl.txt | 13 +++++++++++++ debian/arch/i386/config.486-vyatta | 19 +++++++++++++++++-- debian/changelog | 8 ++++++++ include/linux/inetdevice.h | 1 + include/linux/sysctl.h | 1 + kernel/sysctl_check.c | 1 + net/ipv4/devinet.c | 1 + net/ipv4/fib_frontend.c | 19 ++++++++++++++----- net/ipv4/route.c | 7 +++++++ 9 files changed, 63 insertions(+), 7 deletions(-)
New commits: commit ec2f32083c0699183d5c69db03b4740dfe05788d Author: Stephen Hemminger <[email protected]> Date: Fri Mar 13 16:42:51 2009 -0700 2.6.28-1+vyatta+12 commit 744d9dc9f6cdbcbaed8ab296c2b15ee2a644665f Author: Stephen Hemminger <[email protected]> Date: Fri Mar 13 15:02:05 2009 -0700 ipv4: add link_filter sysctl See: https://bugzilla.vyatta.com/show_bug.cgi?id=4061 Add a new parameter that controls how kernel responds to packets when interface is down. This is done to solve the problem of: Assume topology of: A <-----------> Router X--- down link 10.1.1.2/24 10.1.1.1/24 10.2.1.1/24 eth0 eth1 If A pings 10.2.1.1 then with normal Linux semantics Router would respond even if eth1 link on 10.2.1.1 was down. This causes some network management tools (that work with other router OS's) to falsely report that link is okay. The problem is that a Linux router does not respond the way other systems do. This is the router equivalent of "Strong ES" model, it is not the same as "Strong ES" as defined in Host Requirements. The new parameter adds an additional check on slow input packet path, and causes route cache flush if enabled and carrier is lost. Signed-off-by: Stephen Hemminger <[email protected]> commit cd4df8cbe31f89b8dee16d591b49fe4896d42e90 Author: Stephen Hemminger <[email protected]> Date: Fri Mar 13 16:16:59 2009 -0700 Enable KVM virt disk and virt net drivers Can enable VIRTIO for KVM with no overhead to non-virt users. commit ad49e577884672b291faae20b248cef3f4850127 Author: Stephen Hemminger <[email protected]> Date: Fri Mar 13 12:36:00 2009 -0700 Move send-to-self loopback out of fastpath Make sure compiler puts special case out of fastpath. http://suva.vyatta.com/git/?p=linux-vyatta.git;a=commitdiff;h=ec2f32083c0699183d5c69db03b4740dfe05788d http://suva.vyatta.com/git/?p=linux-vyatta.git;a=commitdiff;h=744d9dc9f6cdbcbaed8ab296c2b15ee2a644665f http://suva.vyatta.com/git/?p=linux-vyatta.git;a=commitdiff;h=cd4df8cbe31f89b8dee16d591b49fe4896d42e90 http://suva.vyatta.com/git/?p=linux-vyatta.git;a=commitdiff;h=ad49e577884672b291faae20b248cef3f4850127 _______________________________________________ svn mailing list [email protected] http://mailman.vyatta.com/mailman/listinfo/svn
