diff options
author | Jiri Pirko <jiri@mellanox.com> | 2017-08-07 10:15:18 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-08-07 09:42:35 -0700 |
commit | ade9b6588420b335851951702ab975c975b0c1b2 (patch) | |
tree | eaf0235cbb4c69b5ce90f2d11583c10cb59926fd /include/linux/netdevice.h | |
parent | 2572ac53c46f58e500b9d8d0f99785666038c590 (diff) | |
download | linux-ade9b6588420b335851951702ab975c975b0c1b2.tar.gz linux-ade9b6588420b335851951702ab975c975b0c1b2.tar.bz2 linux-ade9b6588420b335851951702ab975c975b0c1b2.zip |
net: sched: rename TC_SETUP_MATCHALL to TC_SETUP_CLSMATCHALL
In order to be aligned with the rest of the types, rename
TC_SETUP_MATCHALL to TC_SETUP_CLSMATCHALL.
Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Acked-by: Jamal Hadi Salim <jhs@mojatatu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r-- | include/linux/netdevice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index e4238e540544..f8051a36f900 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h @@ -778,7 +778,7 @@ enum tc_setup_type { TC_SETUP_MQPRIO, TC_SETUP_CLSU32, TC_SETUP_CLSFLOWER, - TC_SETUP_MATCHALL, + TC_SETUP_CLSMATCHALL, TC_SETUP_CLSBPF, }; |