diff options
| author | Jakub Kicinski <[email protected]> | 2025-05-15 23:16:42 +0000 |
|---|---|---|
| committer | Jakub Kicinski <[email protected]> | 2025-05-16 23:32:05 +0000 |
| commit | dc3f63bc3e33a485f8c7112f1520d597a588639c (patch) | |
| tree | 4afb7ef88d7e95dce907b9a161e4be1fd991d890 | |
| parent | net: phy: microchip: document where the LAN88xx PHYs are used (diff) | |
| download | kernel-dc3f63bc3e33a485f8c7112f1520d597a588639c.tar.gz kernel-dc3f63bc3e33a485f8c7112f1520d597a588639c.zip | |
netlink: specs: rt-link: add C naming info for ovpn
C naming info for OVPN which was added since I adjusted
the existing attrs. Also add missing reference to a header needed
for a bridge struct.
Reviewed-by: Donald Hunter <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
| -rw-r--r-- | Documentation/netlink/specs/rt-link.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/netlink/specs/rt-link.yaml b/Documentation/netlink/specs/rt-link.yaml index 7f91f474ff25..5ec3d35b7a38 100644 --- a/Documentation/netlink/specs/rt-link.yaml +++ b/Documentation/netlink/specs/rt-link.yaml @@ -594,6 +594,7 @@ definitions: name: reasm-overlaps - name: br-boolopt-multi type: struct + header: linux/if_bridge.h members: - name: optval @@ -826,6 +827,8 @@ definitions: - name: default - name: ovpn-mode + enum-name: ovpn-mode + name-prefix: ovpn-mode type: enum entries: - p2p @@ -2195,6 +2198,7 @@ attribute-sets: type: u16 - name: linkinfo-ovpn-attrs + name-prefix: ifla-ovpn- attributes: - name: mode |
