mirror of
https://github.com/daeuniverse/dae.git
synced 2025-07-04 23:40:30 +07:00
chore: ci for fix/feat branch
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -4,6 +4,8 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
- fix*
|
||||||
|
- feat*
|
||||||
paths:
|
paths:
|
||||||
- "**/*.go"
|
- "**/*.go"
|
||||||
- "**/*.c"
|
- "**/*.c"
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user