]> git.proxmox.com Git - mirror_frr.git/commit - ospfd/ospf_spf.c
ospfd: Change struct ospf_path *oi to ifindex.
authorJoakim Tjernlund <Joakim.Tjernlund@transmode.se>
Mon, 27 Jul 2009 10:42:34 +0000 (12:42 +0200)
committerPaul Jakma <paul@quagga.net>
Mon, 3 Aug 2009 15:52:30 +0000 (16:52 +0100)
commita8ba847ff96b41e06770d4987b15707890ed5807
tree07864eb958853e5ad7b2616c9b7bc5259a8ae503
parentbd5403778b0d96258730050e4526c7c72903e60b
ospfd: Change struct ospf_path *oi to ifindex.

* global: In struct ospf_path, change struct ospf_interface *oi to int
  ifindex.  It is unsafe to reference *oi as an ospf interface can be
  deleted under your feet. Use a weak reference instead.
ospfd/ospf_abr.c
ospfd/ospf_ase.c
ospfd/ospf_route.c
ospfd/ospf_route.h
ospfd/ospf_spf.c
ospfd/ospf_vty.c
ospfd/ospf_zebra.c