diff options
author | jlam <jlam@pkgsrc.org> | 2002-08-25 21:19:46 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-08-25 21:19:46 +0000 |
commit | 8515688e4fc1e61508e192542688b3ff53ea4ca8 (patch) | |
tree | d2d4ad86fb660f5fc1d74e8ef4b3232c9aad1046 /net/zebra/patches/patch-cd | |
parent | 3612c287b035cd52b87361b84833d892629cf955 (diff) | |
download | pkgsrc-buildlink2.tar.gz |
Merge changes in the main trunk into the buildlink2 branch for thosebuildlink2
packages that have been converted to USE_BUILDLINK2.
Diffstat (limited to 'net/zebra/patches/patch-cd')
-rw-r--r-- | net/zebra/patches/patch-cd | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net/zebra/patches/patch-cd b/net/zebra/patches/patch-cd new file mode 100644 index 00000000000..af17a16c3cd --- /dev/null +++ b/net/zebra/patches/patch-cd @@ -0,0 +1,16 @@ +$NetBSD: patch-cd,v 1.1.2.2 2002/08/25 21:20:51 jlam Exp $ + +diff -u1 ospf6d/ospf6_asbr.c /home/itojun/work/zebra/zebra/ospf6d/ospf6_asbr.c +--- ospf6d/ospf6_asbr.c Mon Jul 8 22:31:02 2002 ++++ /home/itojun/work/zebra/zebra/ospf6d/ospf6_asbr.c Sat Aug 3 21:06:04 2002 +@@ -119,3 +119,3 @@ + lsa = ospf6_lsdb_lookup_lsdb (htons (OSPF6_LSA_TYPE_AS_EXTERNAL), +- htonl (route->path.origin.id), ++ route->path.origin.id, + ospf6->router_id, ospf6->lsdb); +@@ -419,2 +419,5 @@ + assert (ospf6); ++ ++ if (IS_OSPF6_DUMP_ASBR) ++ zlog_info ("ASBR: refresh %s", lsa->str); + |