commit | f2c806522030d4964b4ca649637a7901751d8496 | [log] [tgz] |
---|---|---|
author | paul <paul> | Fri Dec 13 21:44:27 2002 +0000 |
committer | paul <paul> | Fri Dec 13 21:44:27 2002 +0000 |
tree | 0a33c81dbbf280beb2193144b5b39b703f3ca102 | |
parent | b92938a7364d220f2ca6d77a5722433159520e02 [diff] [blame] |
Kevin C Miller <kevinm@andrew.cmu.edu> [zebra 16681] OSPF NSSA Patches
diff --git a/zebra/connected.c b/zebra/connected.c index 22c9a1f..dcb0b87 100644 --- a/zebra/connected.c +++ b/zebra/connected.c
@@ -69,7 +69,7 @@ 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;