]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: include MTU option in RA on request (BZ#665)
authorDenis Ovsienko <infrastation@yandex.ru>
Tue, 27 Dec 2011 06:45:36 +0000 (10:45 +0400)
committerDenis Ovsienko <infrastation@yandex.ru>
Fri, 20 Jan 2012 13:44:02 +0000 (17:44 +0400)
commit6ae93c058725991df5a9ae35cefec368919b5fea
treeb3f3024fe3241cbfbe0a39f42860c917bcb0ad50
parentfc98d16ea77372f4ab4231e8904f8467e8d1ef71
zebra: include MTU option in RA on request (BZ#665)

This implements a new "ipv6 nd mtu <1-65535>" interface-level command.

* doc/ipv6.texi: add description
* zebra/rtadv.c
  * rtadv_send_packet(): send option type 5, when configured
  * ipv6_nd_mtu(): new VTY helper
  * no_ipv6_nd_mtu(): ditto
  * rtadv_config_write(): add new option
  * rtadv_init(): list new helpers
doc/ipv6.texi
zebra/rtadv.c