summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_te.h
Commit message (Collapse)AuthorAgeFilesLines
* ospfd: Changed TE instance check to remove -Wtype-limits warningAndrew Certain2013-01-071-1/+1
| | | | | | | | | Since LEGAL_TE_INSTANCE_RANGE() was being passed an unsigned int, a warning was being thrown due to the compare against >= 0. Since this macro was used only in one place, I removed the macro for an explict compare against a constant for the MAX. Signed-off-by: Scott Feldman <sfeldma@cumulusnetworks.com>
* 2005-11-03 Paul Jakma <paul.jakma@sun.com>paul2005-11-031-2/+2
| | | | | | | * ospf_apiserver.c: (apiserver_sync_callback) stray semi-colon * ospf_packet.c: include checksum.h, remove the in_cksum extern * prototypes. * ospf_te.h: Add braces, quell warning.
* Initial revisionpaul2002-12-131-0/+193