artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e59af3f
)
sync header line with whats actually in the output.
author
benno
<benno@openbsd.org>
Sun, 9 Sep 2018 12:53:41 +0000
(12:53 +0000)
committer
benno
<benno@openbsd.org>
Sun, 9 Sep 2018 12:53:41 +0000
(12:53 +0000)
ok claudio@
usr.sbin/bgpctl/bgpctl.c
patch
|
blob
|
history
diff --git
a/usr.sbin/bgpctl/bgpctl.c
b/usr.sbin/bgpctl/bgpctl.c
index
2ef074a
..
c4a2dde
100644
(file)
--- a/
usr.sbin/bgpctl/bgpctl.c
+++ b/
usr.sbin/bgpctl/bgpctl.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: bgpctl.c,v 1.21
4 2018/09/07 05:44:58 claudi
o Exp $ */
+/* $OpenBSD: bgpctl.c,v 1.21
5 2018/09/09 12:53:41 benn
o 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