X-Git-Url: https://git.saurik.com/apple/network_cmds.git/blobdiff_plain/b8dff1509d79abed3d82c4d8bfb2e73c7d0f1d1a..5902acfc600aa7d331608b1286d6af0b21f6a7ba:/netstat.tproj/netstat.1?ds=inline diff --git a/netstat.tproj/netstat.1 b/netstat.tproj/netstat.1 index 37f2780..7fa01d2 100644 --- a/netstat.tproj/netstat.1 +++ b/netstat.tproj/netstat.1 @@ -305,8 +305,11 @@ c RTF_PRCLONING Protocol-specified generate new routes on use D RTF_DYNAMIC Created dynamically (by redirect) G RTF_GATEWAY Destination requires forwarding by intermediary H RTF_HOST Host entry (net otherwise) +I RTF_IFSCOPE Route is associated with an interface scope +i RTF_IFREF Route is holding a reference to the interface L RTF_LLINFO Valid protocol to link address translation M RTF_MODIFIED Modified dynamically (by redirect) +m RTF_MULTICAST The route represents a multicast address R RTF_REJECT Host or net unreachable S RTF_STATIC Manually added U RTF_UP Route usable @@ -322,6 +325,8 @@ route for the duration of a connection while connectionless protocols obtain a route while sending to the same destination. The use field provides a count of the number of packets sent using that route. The interface entry indicates the network interface utilized for the route. +A route which is marked with the RTF_IFSCOPE flag is instantiated for +the corresponding interface. .Pp When .Nm netstat @@ -346,6 +351,7 @@ option. .Xr hosts 5 , .Xr networks 5 , .Xr protocols 5 , +.Xr route 8 , .Xr services 5 , .Xr iostat 8 , .Xr trpt 8 ,