]> git.puffer.fish Git - mirror/frr.git/commit
ospfd: remove useless RFC1583 check
authorAlexandre Chappuis <alc@open.ch>
Tue, 2 Aug 2011 13:37:39 +0000 (17:37 +0400)
committerDenis Ovsienko <infrastation@yandex.ru>
Tue, 27 Sep 2011 16:45:22 +0000 (20:45 +0400)
commit3c9cfcdebf680c1d2c0e6b69cb4e11885a049e05
treec374a8a8d26ed9481e78828b96f7480574521197
parentc31e5726bece392e1d20081c712482e9954fec66
ospfd: remove useless RFC1583 check

* ospf_route.c: Function ospf_asbr_route_cmp is called uniquely from
  ospf_route_cmp() when the flag OSPF_RFC1583_COMPATIBLE is not set.
  Therefore, the check that the flag is set doesn't make sense at all
  and it can consequently be removed without doing any harm.

Signed-off-by: Alexandre Chappuis <alc@open.ch>
Signed-off-by: Roman Hoog Antink <rha@open.ch>
ospfd/ospf_route.c