diff options
author | paul <paul> | 2002-12-13 21:44:27 +0000 |
---|---|---|
committer | paul <paul> | 2002-12-13 21:44:27 +0000 |
commit | fdc64b8740747007d9fc8587f1ecbd4c4e2b50c0 (patch) | |
tree | 1dd622d1305d29f9d934406298dbb35bdc4eebf4 /zebra/connected.c | |
parent | da773e4239ae3046bfe66b53a3f32b4948ff5724 (diff) | |
download | quagga-patch.z16681.ospfd.nssa.tar.bz2 quagga-patch.z16681.ospfd.nssa.tar.xz |
Kevin C Miller <kevinm@andrew.cmu.edu>patch.z16681.ospfd.nssa
[zebra 16681] OSPF NSSA Patches
Diffstat (limited to 'zebra/connected.c')
-rw-r--r-- | zebra/connected.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/connected.c b/zebra/connected.c index 22c9a1f6..dcb0b875 100644 --- a/zebra/connected.c +++ b/zebra/connected.c @@ -69,7 +69,7 @@ connected_up_ipv4 (struct interface *ifp, struct connected *ifc) p.prefixlen = addr->prefixlen; /* Point-to-point check. */ - if (ifc_pointopoint (ifc)) + if (ifc_pointopoint (ifc) && dest) p.prefix = dest->prefix; else p.prefix = addr->prefix; |