Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ripngd] bug #242, fix crash in routemap, ipv6 stored in in_addr. | Paul Jakma | 2006-05-08 | 1 | -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 fixes | paul | 2006-01-19 | 1 | -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. | hasso | 2004-10-11 | 1 | -11/+11 |
| | |||||
* | Only warning left is the known lvalue problem in ripng_nexthop.c. | hasso | 2004-10-08 | 1 | -4/+4 |
| | |||||
* | Ripngd part of 6Wind patch. | hasso | 2003-05-25 | 1 | -109/+510 |
| | |||||
* | Hasso Tepper | paul | 2003-04-19 | 1 | -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 revision | paul | 2002-12-13 | 1 | -0/+342 |