summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_routemap.c
Commit message (Collapse)AuthorAgeFilesLines
* 2004-10-11 Paul Jakma <paul@dishone.st>paul2004-10-111-13/+13
| | | | | | | | | | * (global) Const char update and signed/unsigned fixes. * (various headers) size defines should be unsigned. * ospf_interface.h: remove duplicated defines, include the authoritative header - though, these defines should probably be moved to a dedicated header, or ospfd.h. * ospf_lsa.h: (struct lsa) ls_seqnum should be unsigned. * ospf_packet.c: (ospf_write) cast result of shift to unsigned.
* Compiler warnings fixes round 1.hasso2004-10-081-6/+8
|
* Hasso Tepperpaul2003-04-191-14/+20
| | | | | | http://hasso.linux.ee/zebra/ht-routemap-18042003_5.patch Trivial fixes to sync daemon's route-map commands to have same syntax. Fixes a lot of errors with "match ..." and "set ..." commands when using vtysh.
* Initial revisionpaul2002-12-131-0/+828