diff options
author | Christian Franke <chris@opensourcerouting.org> | 2013-03-20 11:50:07 +0100 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2013-07-31 17:58:05 +0200 |
commit | 4ff3bcad8e81b643f3247317a3949d7867b36f75 (patch) | |
tree | 4348c8b1db5f0c2af4a99eb560c269542223a8ff /ospf6d/ospf6_main.c | |
parent | zebra: don't printf to stdout on ZEBRA_IPV6_NEXTHOP_LOOKUP (diff) | |
download | frr-4ff3bcad8e81b643f3247317a3949d7867b36f75.tar.xz frr-4ff3bcad8e81b643f3247317a3949d7867b36f75.zip |
isisd, ospf6d: use bug-report information from autoconf
Signed-off-by: Christian Franke <chris@opensourcerouting.org>
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'ospf6d/ospf6_main.c')
-rw-r--r-- | ospf6d/ospf6_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospf6d/ospf6_main.c b/ospf6d/ospf6_main.c index 1bdf52fb4..17d7654e9 100644 --- a/ospf6d/ospf6_main.c +++ b/ospf6d/ospf6_main.c @@ -125,7 +125,7 @@ Daemon which manages OSPF version 3.\n\n\ -C, --dryrun Check configuration for validity and exit\n\ -h, --help Display this help and exit\n\ \n\ -Report bugs to zebra@zebra.org\n", progname); +Report bugs to %s\n", progname, ZEBRA_BUG_ADDRESS); } exit (status); |