Browse Source

Add TTL support action configuration

jimsterino98 2 tháng trước cách đây
mục cha
commit
83a397bda7
1 tập tin đã thay đổi với 14 bổ sung0 xóa
  1. 14 0
      .github/actions/TTL/action.yml

+ 14 - 0
.github/actions/TTL/action.yml

@@ -0,0 +1,14 @@
+name: add TTL support
+description: same as above
+
+runs:
+ using: composite
+ steps:
+  - name: apply ttl support
+    shell: bash
+    run: |
+     cat >> "$GKI_DEFCONFIG" <<EOF
+     CONFIG_IP_NF_TARGET_TTL=y
+     CONFIG_IP6_NF_TARGET_HL=y
+     CONFIG_IP6_NF_MATCH_HL=y
+     EOF