]> git.puffer.fish Git - mirror/frr.git/commit
ospf: forward ref. of areas for "max-metric router-lsa administrative" cmd
authorAyan Banerjee <ayan@cumulusnetworks.com>
Mon, 3 Dec 2012 19:17:24 +0000 (11:17 -0800)
committerScott Feldman <sfeldma@cumulusnetworks.com>
Mon, 7 Jan 2013 17:59:41 +0000 (09:59 -0800)
commit4ba4fc857685bfe31c7127826652012a750367c5
treed7f07b950c43907d9c8c07dc4423bc008c01174a
parent16a86b3e2f82d3e19a722e2ab34c2c77f62ed926
ospf: forward ref. of areas for "max-metric router-lsa administrative" cmd

In the event areas are created at a later point of time with respect
to the playback of the "max-metric router-lsa administrative" command,
those areas do not get into indefinite max-metric mode. This patch is
inteneded to store the configuration and apply it to all future areas
that may be created.

In the process, some other bugs that were there with respect to restart
etc are fixed up.

Tested locally to see that the fix works across multiple
areas and across multiple restarts.

Signed-off-by: Ayan Banerjee <ayan@cumulusnetworks.com>
Reviewed-by: Scott Feldman <sfeldma@cumulusnetworks.com>
Reviewed-by: JR Rivers <jrrivers@cumulusnetworks.com>
Signed-off-by: Scott Feldman <sfeldma@cumulusnetworks.com>
ospfd/ospf_vty.c
ospfd/ospfd.c
ospfd/ospfd.h