From: job Date: Tue, 24 Jan 2023 15:50:10 +0000 (+0000) Subject: Fix typo X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=29100734313915ba9a1cf31e35ec843013d96817;p=openbsd Fix typo --- diff --git a/usr.sbin/bgpctl/output.c b/usr.sbin/bgpctl/output.c index b1fa1dfb24f..192d8b493af 100644 --- a/usr.sbin/bgpctl/output.c +++ b/usr.sbin/bgpctl/output.c @@ -1,4 +1,4 @@ -/* $OpenBSD: output.c,v 1.34 2023/01/24 11:29:34 claudio Exp $ */ +/* $OpenBSD: output.c,v 1.35 2023/01/24 15:50:10 job Exp $ */ /* * Copyright (c) 2003 Henning Brauer @@ -965,7 +965,7 @@ show_rib_detail(struct ctl_show_rib *r, u_char *asdata, size_t aslen, printf(" Origin %s, metric %u, localpref %u, weight %u, ovs %s, ", fmt_origin(r->origin, 0), r->med, r->local_pref, r->weight, fmt_ovs(r->roa_validation_state, 0)); - printf("avs %s, %s", fmt_avs(r->roa_validation_state, 0), + printf("avs %s, %s", fmt_avs(r->aspa_validation_state, 0), fmt_flags(r->flags, 0)); printf("%c Last update: %s ago%c", EOL0(flag0),