commit | 3fb9cd6ef456959b6eff939d5c316f6785c2dda4 | [log] [tgz] |
---|---|---|
author | hasso <hasso> | Tue Oct 19 19:44:43 2004 +0000 |
committer | hasso <hasso> | Tue Oct 19 19:44:43 2004 +0000 |
tree | e350cb3ef7b20b8bbccfb1aa9309152311e845bd | |
parent | 5ae35f45f1292dce3a01f241accafeb2e59b10cc [diff] [blame] |
OK. Here it is - PtP patch from Andrew J. Schorr. No problems with ospfd, ripd might need some more testing though.
diff --git a/ospfd/ospf_lsa.c b/ospfd/ospf_lsa.c index 3ad6ddf..f1478a3 100644 --- a/ospfd/ospf_lsa.c +++ b/ospfd/ospf_lsa.c
@@ -517,7 +517,7 @@ links++; } - if (oi->connected->destination != NULL) + if (CONNECTED_DEST_HOST(oi->connected)) { /* Option 1: link_type = LSA_LINK_TYPE_STUB;