commit | 1740f9e5906a7cb264e7741dd57a91654cb05dd0 | [log] [tgz] |
---|---|---|
author | Alexandre Chappuis <alc@open.ch> | Tue Aug 02 17:37:39 2011 +0400 |
committer | Denis Ovsienko <infrastation@yandex.ru> | Tue Aug 02 17:37:39 2011 +0400 |
tree | 6759049120c66d8d17c433a3a88dae0378b39bc9 | |
parent | c69f91be67896e7e68adb7da4b5b9c5f6013f1a2 [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>