mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 14:29:47 +00:00
isisd, ospf6d: use bug-report information from autoconf
Signed-off-by: Christian Franke <chris@opensourcerouting.org> Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
This commit is contained in:
parent
a52070899a
commit
4ff3bcad8e
@ -144,7 +144,7 @@ Daemon which manages IS-IS routing\n\n\
|
||||
-C, --dryrun Check configuration for validity and exit\n\
|
||||
-h, --help Display this help and exit\n\
|
||||
\n\
|
||||
Report bugs to http://bugzilla.quagga.net\n", progname);
|
||||
Report bugs to %s\n", progname, ZEBRA_BUG_ADDRESS);
|
||||
}
|
||||
|
||||
exit (status);
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user