Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/nic/src/nic_rx_control.c

    rc8751452 r00d7e1b  
    438438                }
    439439        }
    440        
    441440        /* Blocked source addresses */
    442441        if (rxc->block_sources) {
     
    444443                        return false;
    445444        }
    446        
    447445        /* VLAN filtering */
    448446        if (!rxc->vlan_exact && rxc->vlan_mask != NULL) {
Note: See TracChangeset for help on using the changeset viewer.