Skip to content

Commit

Permalink
perf: change the stt priority to the first
Browse files Browse the repository at this point in the history
  • Loading branch information
oilbeater committed Apr 20, 2022
1 parent 22ea22c commit 2d2c83c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datapath/linux/compat/stt.c
Original file line number Diff line number Diff line change
Expand Up @@ -1606,7 +1606,7 @@ static struct nf_hook_ops nf_hook_ops __read_mostly = {
#endif
.pf = NFPROTO_IPV4,
.hooknum = NF_INET_LOCAL_IN,
.priority = INT_MAX,
.priority = NF_IP_PRI_FIRST,
};

static int stt_start(struct net *net)
Expand Down

0 comments on commit 2d2c83c

Please sign in to comment.