]> git.puffer.fish Git - mirror/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>
Tue, 12 Jul 2011 13:41:38 +0000 (17:41 +0400)
commitab1be8a20de4db0d17e28483660627fd843845f1
treefd1b0974f7e89411cd72a0ffaba13762c8b8b097
parent878715cc78de825894d83458b7c8bd68e3f347cc
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