commit | a8ba847ff96b41e06770d4987b15707890ed5807 | [log] [tgz] |
---|---|---|
author | Joakim Tjernlund <Joakim.Tjernlund@transmode.se> | Mon Jul 27 12:42:34 2009 +0200 |
committer | Paul Jakma <paul@quagga.net> | Mon Aug 03 16:52:30 2009 +0100 |
tree | 07864eb958853e5ad7b2616c9b7bc5259a8ae503 | |
parent | bd5403778b0d96258730050e4526c7c72903e60b [diff] |
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.