]> git.puffer.fish Git - matthieu/frr.git/commit
ospf6d: decimal area format in interface command
authorPatrick Ruddy <pruddy@vyatta.att-mail.com>
Wed, 3 Oct 2018 17:22:34 +0000 (18:22 +0100)
committerDuncan Eastoe <duncan.eastoe@att.com>
Tue, 14 Jul 2020 16:50:54 +0000 (17:50 +0100)
commitde842255f9a1930d7f927e94e7ea800bcfd1434c
treef670b8afc747cd09f356dd00bae2803d202f463b
parent909a8a3fc254c15bc460ea83df2455b1ff1a2622
ospf6d: decimal area format in interface command

The ospf6 "interface <blah> area <x>" command only allows the area to
be specified in the ipv4 address format, whereas the show run command
always shows it in the format in which the area was created. This causes
the frr-reload script to be unable to remove ospfv3 interfaces when the
area was created in decimal format. The solution is to allow both formats
to be configured as they can be for other area commands.

Signed-off-by: Duncan Eastoe <duncan.eastoe@att.com>
ospf6d/ospf6_area.c
ospf6d/ospf6_area.h
ospf6d/ospf6_top.c