commit | 3c9cfcdebf680c1d2c0e6b69cb4e11885a049e05 | [log] [tgz] |
---|---|---|
author | Alexandre Chappuis <alc@open.ch> | Tue Aug 02 17:37:39 2011 +0400 |
committer | Denis Ovsienko <infrastation@yandex.ru> | Tue Sep 27 20:45:22 2011 +0400 |
tree | c374a8a8d26ed9481e78828b96f7480574521197 | |
parent | c31e5726bece392e1d20081c712482e9954fec66 [diff] |
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>