Changeset 747


Ignore:
Timestamp:
06/21/06 15:05:04 (7 years ago)
Author:
mglb1
Message:

MAC address filtering should only ever be performed on access point interfaces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ccsd/private/resources/ccs_monitor.fw

    r715 r747  
    7676########################### 
    7777 
    78 if [ "$if" != "$internal_ifname" ]; then 
     78if [ "$if" == "$ap0_ifname" ]; then 
    7979    # Perform MAC address blocking to prevent non-associated devices from 
    8080    # sending traffic onto the rest of the network 
Note: See TracChangeset for help on using the changeset viewer.