]> git.proxmox.com Git - mirror_iproute2.git/commit
tc: flower: introduce enum flower_endpoint
authorSimon Horman <simon.horman@netronome.com>
Wed, 7 Dec 2016 13:54:02 +0000 (14:54 +0100)
committerStephen Hemminger <stephen@networkplumber.org>
Fri, 9 Dec 2016 20:45:59 +0000 (12:45 -0800)
commit6910d65661a3718ef4b944251a0dec170027f3d5
treec597c4d77ee376464295650f2e59ee390215a862
parentc7272ca72009940faa79bc4db2296d27789455cd
tc: flower: introduce enum flower_endpoint

Introduce enum flower_endpoint and use it instead of a bool
as the type for paramatising source and destination.

This is intended to improve read-ability and provide some type
checking of endpoint parameters.

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