]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
adding NEIGHBOR_NO_NETDB_EXCHANGE for stats output
authorwessels <>
Fri, 31 Jul 1998 04:59:45 +0000 (04:59 +0000)
committerwessels <>
Fri, 31 Jul 1998 04:59:45 +0000 (04:59 +0000)
src/neighbors.cc

index e0a6b73995f762f44a65b4bb425e62f560fb6df9..ef902d1e4e51624a136686fa8c4d52a849ded218 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: neighbors.cc,v 1.229 1998/07/22 20:37:37 wessels Exp $
+ * $Id: neighbors.cc,v 1.230 1998/07/30 22:59:45 wessels Exp $
  *
  * DEBUG: section 15    Neighbor Routines
  * AUTHOR: Harvest Derived
@@ -1066,6 +1066,8 @@ dump_peer_options(StoreEntry * sentry, peer * p)
     if (EBIT_TEST(p->options, NEIGHBOR_HTCP))
        storeAppendPrintf(sentry, " htcp");
 #endif
+    if (EBIT_TEST(p->options, NEIGHBOR_NO_NETDB_EXCHANGE))
+       storeAppendPrintf(sentry, " no-netdb-exchange");
     if (p->mcast.ttl > 0)
        storeAppendPrintf(sentry, " ttl=%d", p->mcast.ttl);
     storeAppendPrintf(sentry, "\n");