소스 검색

Add TTL support action configuration

jimsterino98 2 달 전
부모
커밋
83a397bda7
1개의 변경된 파일14개의 추가작업 그리고 0개의 파일을 삭제
  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