summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bgpctl/bgpctl.c
diff options
context:
space:
mode:
authorbenno <benno@openbsd.org>2018-09-09 12:53:41 +0000
committerbenno <benno@openbsd.org>2018-09-09 12:53:41 +0000
commit83fdc787f4b7a747348ad87ff45785f4a2d31a76 (patch)
tree0085b94952efd7275e2a9561a525203329f07028 /usr.sbin/bgpctl/bgpctl.c
parentMake it clear what 'dynamically added' prefixes are. (diff)
downloadwireguard-openbsd-83fdc787f4b7a747348ad87ff45785f4a2d31a76.tar.xz
wireguard-openbsd-83fdc787f4b7a747348ad87ff45785f4a2d31a76.zip
sync header line with whats actually in the output.
ok claudio@
Diffstat (limited to 'usr.sbin/bgpctl/bgpctl.c')
-rw-r--r--usr.sbin/bgpctl/bgpctl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpctl/bgpctl.c b/usr.sbin/bgpctl/bgpctl.c
index 2ef074af7f1..c4a2ddee600 100644
--- a/usr.sbin/bgpctl/bgpctl.c
+++ b/usr.sbin/bgpctl/bgpctl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bgpctl.c,v 1.214 2018/09/07 05:44:58 claudio Exp $ */
+/* $OpenBSD: bgpctl.c,v 1.215 2018/09/09 12:53:41 benno Exp $ */
/*
* Copyright (c) 2003 Henning Brauer <henning@openbsd.org>
@@ -965,7 +965,7 @@ void
show_network_head(void)
{
printf("flags: S = Static\n");
- printf("flags destination\n");
+ printf("flags prio destination gateway\n");
}
void