mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Flowspec: Label field should use numeric operator and not bitmask operator
This commit is contained in:
@@ -1351,11 +1351,11 @@ net_format_flow(char *buf, uint blen, const byte *data, uint dlen, int ipv6)
|
||||
case FLOW_TYPE_ICMP_CODE:
|
||||
case FLOW_TYPE_PACKET_LENGTH:
|
||||
case FLOW_TYPE_DSCP:
|
||||
case FLOW_TYPE_LABEL:
|
||||
net_format_flow_num(&b, part);
|
||||
break;
|
||||
case FLOW_TYPE_TCP_FLAGS:
|
||||
case FLOW_TYPE_FRAGMENT:
|
||||
case FLOW_TYPE_LABEL:
|
||||
net_format_flow_bitmask(&b, part);
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user