diff options
author | sam <sam@FreeBSD.org> | 2006-02-15 23:16:03 +0000 |
---|---|---|
committer | sam <sam@FreeBSD.org> | 2006-02-15 23:16:03 +0000 |
commit | fc705888e9a61ca2e02d7b2a13ad04491eb844e2 (patch) | |
tree | 343f0bdfb3dede6a842ef74d3785c9f7e4654e7b /sbin/ifconfig | |
parent | 70ea4e132359aaa66ab3c49f65cd52862e567a25 (diff) | |
download | FreeBSD-src-fc705888e9a61ca2e02d7b2a13ad04491eb844e2.zip FreeBSD-src-fc705888e9a61ca2e02d7b2a13ad04491eb844e2.tar.gz |
add miss args to mac:del and mac:kick
Submitted by: Anders Hanssen
MFC after: 3 days
Diffstat (limited to 'sbin/ifconfig')
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index dab8b51..a42acf2 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -28,7 +28,7 @@ .\" From: @(#)ifconfig.8 8.3 (Berkeley) 1/5/94 .\" $FreeBSD$ .\" -.Dd February 2, 2006 +.Dd February 15, 2006 .Dt IFCONFIG 8 .Os .Sh NAME @@ -987,12 +987,12 @@ specified station will be allowed or denied. .It Cm mac:allow Set the ACL policy to permit association only by stations registered in the database. -.It Cm mac:del +.It Cm mac:del Ar address Delete the specified MAC address from the database. .It Cm mac:deny Set the ACL policy to deny association only by stations registered in the database. -.It Cm mac:kick +.It Cm mac:kick Ar address Force the specified station to be deauthenticated. This typically is done to block a station after updating the address database. |