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

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

Also 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