From d01d0a12899ad73b1072e05e7abcce44ea4273bd Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Mon, 19 Apr 2021 23:05:49 +0200 Subject: 48618: update completions for FreeBSD 13 --- Completion/Unix/Command/_netstat | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Completion/Unix/Command/_netstat') diff --git a/Completion/Unix/Command/_netstat b/Completion/Unix/Command/_netstat index 84d5dc2f2..aa6c92fde 100644 --- a/Completion/Unix/Command/_netstat +++ b/Completion/Unix/Command/_netstat @@ -303,6 +303,12 @@ case $OSTYPE in memory+=( $Xopt) statistics+=( $Xopt ) pcb+=( $Mopts $popt ) ;; + freebsd<13->.*) + sockets+=( + '-c[show TCP stack used for each session]' + '-C[show TCP congestion control algorithm and diagnostic]' + ) + ;& freebsd<11->.*) routing+=( '-F+[show specified routing table]:routing table' ) bpf=( '-z[reset statistic counters after displaying them]' ) -- cgit 1.4.1