add helper to show forwarding status

This commit is contained in:
Philip Henning 2023-07-24 12:13:29 +02:00
parent bcef2f02d9
commit 286966d1f5
2 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,6 @@
#!/usr/bin/env bash
#
# This dotfile is managed using dotdrop
#
powershell.exe -ExecutionPolicy Bypass "Get-NetIPInterface | select ifIndex,InterfaceAlias,AddressFamily,ConnectionState,Forwarding | Sort-Object -Property IfIndex | Format-Table"