artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ead1a3
)
announce_capa is no more.
author
claudio
<claudio@openbsd.org>
Wed, 24 Apr 2024 10:42:09 +0000
(10:42 +0000)
committer
claudio
<claudio@openbsd.org>
Wed, 24 Apr 2024 10:42:09 +0000
(10:42 +0000)
OK tb@
usr.sbin/bgpctl/output_json.c
patch
|
blob
|
history
diff --git
a/usr.sbin/bgpctl/output_json.c
b/usr.sbin/bgpctl/output_json.c
index
d108a64
..
98e78a5
100644
(file)
--- a/
usr.sbin/bgpctl/output_json.c
+++ b/
usr.sbin/bgpctl/output_json.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: output_json.c,v 1.4
2 2024/01/31 11:23:20
claudio Exp $ */
+/* $OpenBSD: output_json.c,v 1.4
3 2024/04/24 10:42:09
claudio Exp $ */
/*
* Copyright (c) 2020 Claudio Jeker <claudio@openbsd.org>
@@
-250,7
+250,6
@@
json_neighbor_full(struct peer *p)
json_do_string("role", log_policy(p->conf.role));
/* capabilities */
- json_do_bool("announce_capabilities", p->conf.announce_capa);
json_neighbor_capabilities(&p->conf.capabilities);
json_do_end();