← Documents Documentation/networking/ioam6-sysctl.rst GitHub 원문 ↗

Linux 6.18.37 · Networking

IOAM6 Sysfs variables

인터페이스별 IPv6 IOAM option 수락 여부와 짧은·wide IOAM ID를 설정하는 sysctl을 설명합니다.

Source pathDocumentation/networking/ioam6-sysctl.rst
Source versionLinux v6.18.37
TranslationDUJINLABS 전문 번역 + 해설

요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.

1. 요약·해설

원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.

요약·해설

ioam6-sysctl.rst:1-26

세 변수는 ingress IOAM 처리 활성화와 telemetry에서 사용할 interface ID 두 종류를 제공합니다.

2. 영어 원문 전체

번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.

원문 전체 펼치기
1 .. SPDX-License-Identifier: GPL-2.0
2
3 =====================
4 IOAM6 Sysfs variables
5 =====================
6
7
8 /proc/sys/net/conf/<iface>/ioam6_* variables:
9 =============================================
10
11 ioam6_enabled - BOOL
12 Accept (= enabled) or ignore (= disabled) IPv6 IOAM options on ingress
13 for this interface.
14
15 * 0 - disabled (default)
16 * 1 - enabled
17
18 ioam6_id - SHORT INTEGER
19 Define the IOAM id of this interface.
20
21 Default is ~0.
22
23 ioam6_id_wide - INTEGER
24 Define the wide IOAM id of this interface.
25
26 Default is ~0.
27

3. 한국어 전문 번역

영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.

인터페이스별 IOAM6 설정

1-26

`/proc/sys/net/conf/<iface>/ioam6_*`는 인터페이스별 IPv6 IOAM 동작을 제어합니다. `ioam6_enabled`는 ingress의 IPv6 IOAM option을 받을지 결정하는 boolean으로 0이 비활성화 기본값이고 1이 활성화입니다.

`ioam6_id`는 인터페이스의 짧은 IOAM ID이고 `ioam6_id_wide`는 wide IOAM ID입니다. 두 식별자의 기본값은 모두 `~0`입니다.

IOAM6 sysctl
변수형식의미기본값
ioam6_enabledBOOLingress IOAM option 수락0
ioam6_idSHORT INTEGER짧은 interface IOAM ID~0
ioam6_id_wideINTEGERwide interface IOAM ID~0

인터페이스별 변수와 기본값입니다.

.. SPDX-License-Identifier: GPL-2.0

=====================
IOAM6 Sysfs variables
=====================


/proc/sys/net/conf/<iface>/ioam6_* variables:
=============================================

ioam6_enabled - BOOL
        Accept (= enabled) or ignore (= disabled) IPv6 IOAM options on ingress
        for this interface.

        * 0 - disabled (default)
        * 1 - enabled

ioam6_id - SHORT INTEGER
        Define the IOAM id of this interface.

        Default is ~0.

ioam6_id_wide - INTEGER
        Define the wide IOAM id of this interface.

        Default is ~0.