what is

Hi,

What is the S flag in the routing table? I can’t find it on the netstat
help.
e.g.:
My IP address is: 192.168.0.11
My default gateway is: 192.168.0.1
I’m doing:
netstat -rn
One of the entries that I’m getting is:

192.168.0.1 192.168.0.11 UHS 1 2008 - en0


Cheers

Benzy Gabay

From <net/route.h>
#define RTF_STATIC 0x800 /* manually added */

-seanb

Benzy Gabay <bgabay@everbeewireless.com> wrote:
: Hi,

: What is the S flag in the routing table? I can’t find it on the netstat
: help.
: e.g.:
: My IP address is: 192.168.0.11
: My default gateway is: 192.168.0.1
: I’m doing:
: netstat -rn
: One of the entries that I’m getting is:

: 192.168.0.1 192.168.0.11 UHS 1 2008 - en0

: –
: Cheers
: ==============================
: Benzy Gabay