summaryrefslogtreecommitdiffstats
path: root/ripngd/ripng_routemap.c
Commit message (Collapse)AuthorAgeFilesLines
* [ripngd] bug #242, fix crash in routemap, ipv6 stored in in_addr.Paul Jakma2006-05-081-1/+1
| | | | | | | | 2006-05-08 Paul Jakma <paul.jakma@sun.com> * ripng_routemap.c: (route_set_ipv6_nexthop_local_compile) bug #242, s/in_addr/in6_addr to fix crash. Thanks to jithinvachery+quagga@gmail.com.
* [compiler] miscellaneous trivial compiler warning fixespaul2006-01-191-8/+0
| | | | | | | | | | | | | 2006-01-19 Paul Jakma <paul.jakma@sun.com> * (general) various miscellaneous compiler warning fixes. Remove redundant break statements from switch clauses which return. return from main, not exit, cause it annoys SOS. Remove stray semi-colons which cause empty-statement warnings. * zebra/main.c: (sighup) remove private declaration of external function.
* Sync with changes in lib. Make more strings const.hasso2004-10-111-11/+11
|
* Only warning left is the known lvalue problem in ripng_nexthop.c.hasso2004-10-081-4/+4
|
* Ripngd part of 6Wind patch.hasso2003-05-251-109/+510
|
* Hasso Tepperpaul2003-04-191-5/+17
| | | | | | 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/+342