Skip to content

Commit

Permalink
Fix for TC command path
Browse files Browse the repository at this point in the history
  • Loading branch information
asraza07 committed May 10, 2024
1 parent d167ade commit b761b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfgmgr/shellcmd.h
Original file line number Diff line number Diff line change
Expand Up @@ -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); \
Expand Down

0 comments on commit b761b27

Please sign in to comment.