diff options
author | glebius <glebius@FreeBSD.org> | 2006-08-04 18:28:57 +0000 |
---|---|---|
committer | glebius <glebius@FreeBSD.org> | 2006-08-04 18:28:57 +0000 |
commit | c6ffefd10680d528fb9dbaecbce067b66357f1ee (patch) | |
tree | 7c9e130aaf0aec21c165a397d68ce996c0e9acd2 /share | |
parent | f2df2d3426e3ebea7e7d6a5ffdfc659ccb65697e (diff) | |
download | FreeBSD-src-c6ffefd10680d528fb9dbaecbce067b66357f1ee.zip FreeBSD-src-c6ffefd10680d528fb9dbaecbce067b66357f1ee.tar.gz |
By default "autosrc" is off.
Submitted by: ru
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/ng_ether.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/ng_ether.4 b/share/man/man4/ng_ether.4 index 2744992..9fd409d 100644 --- a/share/man/man4/ng_ether.4 +++ b/share/man/man4/ng_ether.4 @@ -34,7 +34,7 @@ .\" .\" $FreeBSD$ .\" -.Dd February 14, 2005 +.Dd August 4, 2006 .Dt NG_ETHER 4 .Os .Sh NAME @@ -160,7 +160,7 @@ all outgoing packets to have their source Ethernet address field overwritten with the device's unique Ethernet address. If this flag is set to zero, the source address in outgoing packets is not modified. -The default setting for this flag is enabled. +The default setting for this flag is disabled. .It Dv NGM_ETHER_GET_AUTOSRC Pq Li getautosrc Get the current value of the node's source address override flag. The returned value is always either one or zero. |