]> git.puffer.fish Git - mirror/frr.git/commit
Amir Guindehi <amir@datacore.ch>:
authorpaul <paul>
Fri, 28 Mar 2003 01:50:03 +0000 (01:50 +0000)
committerpaul <paul>
Fri, 28 Mar 2003 01:50:03 +0000 (01:50 +0000)
commita15f45d44bf947864cff492d3fc4823d5d64383d
tree8c835ddfc3db0b2e45cd3feee2f996a905336926
parent9a5698489c70e95938ef825d71943ba887f908d2
Amir Guindehi <amir@datacore.ch>:
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.
ospfd/ospf_apiserver.c