]> git.puffer.fish Git - mirror/frr.git/commitdiff
pimd: Use Quagga as official bug report place
authorDonald Sharp <sharpd@cumulusnetwroks.com>
Fri, 2 Sep 2016 15:22:24 +0000 (11:22 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 22 Dec 2016 01:26:08 +0000 (20:26 -0500)
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
pimd/pim_main.c
pimd/pimd.h

index 2fb4a22f0740bfec2d4fdddab1173d5c6482101b..337f925271ada44bfca2ede73c8e0d2f11f4ccbf 100644 (file)
@@ -116,7 +116,7 @@ Daemon which manages PIM.\n\n\
 "\
 -h, --help           Display this help and exit\n\
 \n\
-Report bugs to %s\n", progname, PIMD_BUG_ADDRESS);
+Report bugs to %s\n", progname, PACKAGE_BUGREPORT);
   }
 
   exit (status);
index cbc95c2eee4990e5cc84f61982bb9f20bab931a7..f7a02f93761bc67d9f45b6747c90f041027b178a 100644 (file)
@@ -30,7 +30,6 @@
 #define PIMD_PROGNAME       "pimd"
 #define PIMD_DEFAULT_CONFIG "pimd.conf"
 #define PIMD_VTY_PORT       2611
-#define PIMD_BUG_ADDRESS    "https://github.com/udhos/qpimd"
 
 #define PIM_IP_HEADER_MIN_LEN         (20)
 #define PIM_IP_HEADER_MAX_LEN         (60)