Ignore:
File:
1 edited

Legend:

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

    r00d7e1b rc8751452  
    438438                }
    439439        }
     440       
    440441        /* Blocked source addresses */
    441442        if (rxc->block_sources) {
     
    443444                        return false;
    444445        }
     446       
    445447        /* VLAN filtering */
    446448        if (!rxc->vlan_exact && rxc->vlan_mask != NULL) {
Note: See TracChangeset for help on using the changeset viewer.