NOTAG
if ((vlantag == NOTAG) || (vlandev[0] == '\0')) {
if (params.vlr_tag == NOTAG || params.vlr_tag == vid)
if (params.vlr_tag != NOTAG || params.vlr_parent[0] != '\0') {
if (params.vlr_tag == NOTAG)
if ((params.vlr_tag != NOTAG) ^ (params.vlr_parent[0] != '\0'))
if (params.vlr_tag != NOTAG && params.vlr_parent[0] != '\0') {
if (params.vlr_tag == NOTAG)
.vlr_tag = NOTAG,