nikchez01
Results
2
issues of
nikchez01
File lib/netdev.c: /* VLAN tag found. Shift MAC addresses down and insert VLAN tag */ /* Create headroom for the VLAN tag */ eth_type = ntohs(*((uint16_t *)(buffer->data + ETHER_ADDR_LEN *...
Hi, Please correct me if I am wrong: Function: parse_oxm_entry. case OFI_OXM_OF_IP_DSCP:{ if (*v & 0xc0) { return ofp_mkerr(OFPET_BAD_MATCH, OFPBMC_BAD_VALUE); I think DSCP is MSB 6 bits value. So we...