]> git.proxmox.com Git - mirror_iproute2.git/commit
tc: flower: provide generic masked u8 print helper
authorSimon Horman <simon.horman@netronome.com>
Thu, 9 Feb 2017 13:49:00 +0000 (14:49 +0100)
committerStephen Hemminger <sthemmin@microsoft.com>
Fri, 17 Feb 2017 23:32:03 +0000 (15:32 -0800)
commit9d36e54f36b8360766519bba79028aeb9ec3a762
tree5ab417e157887523641f1e36bc9e4d0074a2376e
parent180136e540ca16826c0069644222878ea8236f93
tc: flower: provide generic masked u8 print helper

Provide generic masked u8 print helper and use it to print arp operations.

Also:
* Make name parameter of arp op print helper const.
* Consistently use __u8 rather than uint8_t, in keeping with the
  pervasive style in the file.

Signed-off-by: Simon Horman <simon.horman@netronome.com>
tc/f_flower.c