Justin Iurman | de8e80a | 2021-07-20 21:43:00 +0200 | [diff] [blame] | 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. |