Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ospfd: Changed TE instance check to remove -Wtype-limits warning | Andrew Certain | 2013-01-07 | 1 | -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> | paul | 2005-11-03 | 1 | -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 revision | paul | 2002-12-13 | 1 | -0/+193 |