Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Latest ospfapi sync from Amir to fixup wrt to zebra.org changes. | paul | 2003-04-06 | 1 | -59/+91 |
| | |||||
* | Fixes from Amir to merge apiserver with zebra.org changes | paul | 2003-04-05 | 1 | -27/+34 |
| | |||||
* | Amir Guindehi <amir@datacore.ch>: | paul | 2003-03-28 | 1 | -7/+15 |
| | | | | | | | | | | | | | | | I got it to compile. The problem was that major functions newly need a struct ospf *ospf as the first argument. I tried to take the nearest struct ospf *ospf around the function needing it, because i was not sure if all those pointers to struct ospf * all point to the same (global) struct ospf * which you also get when you call ospf_get(). I used area->ospf where I had the area, I used oi->ospf, where I had an interface, I used lsa->oi->ospf where I had an lsa and i used ospf_get() where I had nothing. I hope that's correct and works. We will see. It compiles now without errors. Daemon is tested and works. The opaque lsa part is not yet tested. I will do that as soon as srrd is ready. | ||||
* | 2003-03-25 Paul Jakma <paul@dishone.st> | paul | 2003-03-25 | 1 | -1/+2 |
| | | | | | | | | * sync to latest zebra CVS * spec file: updated and added define for ospf-api/client NB: OSPF-API has been broken by the zebra.org changes, which has added struct ospf * as a new arg to many functions | ||||
* | Fix assert in ospf_api where interface is not configured in ospf. | paul | 2003-03-21 | 1 | -1/+6 |
| | |||||
* | Addition of OSPF-API - Amir Guindehi <nospam.amir@datacore.ch> | paul | 2003-03-17 | 1 | -0/+2647 |