diff options
author | paul <paul> | 2002-12-13 21:03:13 +0000 |
---|---|---|
committer | paul <paul> | 2002-12-13 21:03:13 +0000 |
commit | 3342537bdb9558c7076f356aa101f1f9035d087a (patch) | |
tree | 9c8e95600884bec20f00925b1f802807103d1d81 /ospfd/ospfd.c | |
parent | 3ff790a0f2236be0e77b50ef3d84244efe694160 (diff) | |
download | quagga-patch.z12269.linkstate.tar.bz2 quagga-patch.z12269.linkstate.tar.xz |
zebra link state detection supportpatch.z12269.linkstate
Diffstat (limited to 'ospfd/ospfd.c')
-rw-r--r-- | ospfd/ospfd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfd/ospfd.c b/ospfd/ospfd.c index e7de8eab..e8bd360b 100644 --- a/ospfd/ospfd.c +++ b/ospfd/ospfd.c @@ -761,7 +761,7 @@ ospf_network_run (struct ospf *ospf, struct prefix *p, struct ospf_area *area) ospf_area_add_if (oi->area, oi); - if (if_is_up (ifp)) + if (if_is_operative (ifp)) ospf_if_up (oi); break; |