From b761b27fa79af73702e84f4ca32b91946bc54729 Mon Sep 17 00:00:00 2001 From: Asad Raza Date: Fri, 10 May 2024 16:36:28 +0500 Subject: [PATCH] Fix for TC command path --- cfgmgr/shellcmd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfgmgr/shellcmd.h b/cfgmgr/shellcmd.h index 11ef7dcea2..ef744e4422 100644 --- a/cfgmgr/shellcmd.h +++ b/cfgmgr/shellcmd.h @@ -14,7 +14,7 @@ #define TEAMDCTL_CMD "/usr/bin/teamdctl" #define IPTABLES_CMD "/sbin/iptables" #define CONNTRACK_CMD "/usr/sbin/conntrack" -#define TC_CMD "/usr/sbin/tc" +#define TC_CMD "/sbin/tc" #define EXEC_WITH_ERROR_THROW(cmd, res) ({ \ int ret = swss::exec(cmd, res); \