From 80d738e43f90708376816d7be3d163c02001043a Mon Sep 17 00:00:00 2001 From: claudio Date: Sun, 23 Apr 2023 11:42:45 +0000 Subject: [PATCH] Flowspec show support an address family argument. Copy the description from the very similar 'network show'. --- usr.sbin/bgpctl/bgpctl.8 | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/usr.sbin/bgpctl/bgpctl.8 b/usr.sbin/bgpctl/bgpctl.8 index 73c1d43b6a9..4935c029d3a 100644 --- a/usr.sbin/bgpctl/bgpctl.8 +++ b/usr.sbin/bgpctl/bgpctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bgpctl.8,v 1.109 2023/04/23 11:29:57 claudio Exp $ +.\" $OpenBSD: bgpctl.8,v 1.110 2023/04/23 11:42:45 claudio Exp $ .\" .\" Copyright (c) 2003 Henning Brauer .\" @@ -100,8 +100,14 @@ Remove the specified flowspec rule from the list of announced rules. Remove all dynamically added (i.e. with .Nm Cm flowspec add ) flowspec rules from the list of announced rules. -.It Cm flowspec show +.It Cm flowspec show Ar family Show all announced flowspec rules. +.Ar family , +if given, limits the output to the given address family. +The supported families are +.Em inet +and +.Em inet6 . .It Cm log brief Disable verbose debug logging. .It Cm log verbose -- 2.20.1