]> git.puffer.fish Git - matthieu/frr.git/commit
ospf6d: copy "mtu-ignore" option from ospfd
authorDmitrij Tejblum <tejblum@yandex-team.ru>
Fri, 22 Apr 2011 15:27:54 +0000 (19:27 +0400)
committerDenis Ovsienko <infrastation@yandex.ru>
Fri, 22 Apr 2011 15:27:54 +0000 (19:27 +0400)
commitd42306d98fa327eb0ea6094cc6d6ae9202a07475
tree00b8b426615925a6f3b17592cfe8e8032463aafc
parent8dd1a8daae0b15065d54c46f82d44d21aa7a2320
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
ospf6d/ospf6_interface.c
ospf6d/ospf6_interface.h
ospf6d/ospf6_message.c