ospf6d/ospf6_interface.c | 58 +++++++++++++++++++++++++++++++++++++++++++++++ ospf6d/ospf6_interface.h | 3 ++ ospf6d/ospf6_message.c | 2 - 3 files changed, 62 insertions(+), 1 deletion(-)
New commits: commit d42306d98fa327eb0ea6094cc6d6ae9202a07475 Author: Dmitrij Tejblum <[email protected]> Date: Fri Apr 22 19:27:54 2011 +0400 ospf6d: copy "mtu-ignore" option from ospfd "mtu-ignore" is an option ospfd used to mimic from the vendor's implementation, now ospf6d will also implement it. * ospf6_interface.h: extend ospf6_interface structure by one flag * ospf6_interface.c: (ipv6_ospf6_mtu_ignore, no_ipv6_ospf6_mtu_ignore): new declarations; (ospf6_interface_create): show initial value for consistency; (ospf6_interface_show): print flag status * ospf6_message.c: (ospf6_dbdesc_recv): consider interface-specific flag when checking MTU http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=d42306d98fa327eb0ea6094cc6d6ae9202a07475 _______________________________________________ svn mailing list [email protected] http://mailman.vyatta.com/mailman/listinfo/svn
