chore: ci for fix/feat branch

This commit is contained in:
mzz2017
2023-02-01 15:26:40 +08:00
parent 8908765ca1
commit 483a2f973d
2 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,8 @@ on:
push: push:
branches: branches:
- main - main
- fix*
- feat*
paths: paths:
- "**/*.go" - "**/*.go"
- "**/*.c" - "**/*.c"

View File

@ -1548,6 +1548,7 @@ int tproxy_wan_egress(struct __sk_buff *skb) {
if ((skb->mark & 0x80) == 0x80) { if ((skb->mark & 0x80) == 0x80) {
bpf_printk("No pid_pname found. But it should not happen: %pI6:%u (%u)", bpf_printk("No pid_pname found. But it should not happen: %pI6:%u (%u)",
saddr, bpf_ntohs(sport), l4proto); saddr, bpf_ntohs(sport), l4proto);
return TC_ACT_OK;
} }
} }