From 1096e391428bee9a58cf4d5d67ade59d3560c387 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Tue, 23 Sep 2025 18:17:25 +0200 Subject: [PATCH] api: docs: remove deprecated BridgeNfIptables, BridgeNfIp6tables The `BridgeNfIptables` and `BridgeNfIp6tables` were removed in API v1.50 in commit 6505d3877cbcd39c426cb7b92be2f94037313c6a, and only returned in lower API versions. Signed-off-by: Sebastiaan van Stijn (cherry picked from commit 0fb46d08addf1b028bb33b51348a26a05fbf6bfc) Signed-off-by: Sebastiaan van Stijn --- api/swagger.yaml | 23 ----------------------- docs/api/v1.48.yaml | 4 ++-- docs/api/v1.49.yaml | 4 ++-- docs/api/v1.50.yaml | 23 ----------------------- docs/api/v1.51.yaml | 23 ----------------------- 5 files changed, 4 insertions(+), 73 deletions(-) diff --git a/api/swagger.yaml b/api/swagger.yaml index fd69add127..e8e3f610c7 100644 --- a/api/swagger.yaml +++ b/api/swagger.yaml @@ -6388,29 +6388,6 @@ definitions: description: "Indicates IPv4 forwarding is enabled." type: "boolean" example: true - BridgeNfIptables: - description: | - Indicates if `bridge-nf-call-iptables` is available on the host when - the daemon was started. - -


- - > **Deprecated**: netfilter module is now loaded on-demand and no longer - > during daemon startup, making this field obsolete. This field is always - > `false` and will be removed in a API v1.49. - type: "boolean" - example: false - BridgeNfIp6tables: - description: | - Indicates if `bridge-nf-call-ip6tables` is available on the host. - -


- - > **Deprecated**: netfilter module is now loaded on-demand, and no longer - > during daemon startup, making this field obsolete. This field is always - > `false` and will be removed in a API v1.49. - type: "boolean" - example: false Debug: description: | Indicates if the daemon is running in debug-mode / with debug-level diff --git a/docs/api/v1.48.yaml b/docs/api/v1.48.yaml index 0fcdc4735a..2b1bdc518f 100644 --- a/docs/api/v1.48.yaml +++ b/docs/api/v1.48.yaml @@ -6552,7 +6552,7 @@ definitions: > **Deprecated**: netfilter module is now loaded on-demand and no longer > during daemon startup, making this field obsolete. This field is always - > `false` and will be removed in a API v1.49. + > `false` and will be removed in a API v1.50. type: "boolean" example: false BridgeNfIp6tables: @@ -6563,7 +6563,7 @@ definitions: > **Deprecated**: netfilter module is now loaded on-demand, and no longer > during daemon startup, making this field obsolete. This field is always - > `false` and will be removed in a API v1.49. + > `false` and will be removed in a API v1.50. type: "boolean" example: false Debug: diff --git a/docs/api/v1.49.yaml b/docs/api/v1.49.yaml index a5e63ce6f0..83f8657d8d 100644 --- a/docs/api/v1.49.yaml +++ b/docs/api/v1.49.yaml @@ -6552,7 +6552,7 @@ definitions: > **Deprecated**: netfilter module is now loaded on-demand and no longer > during daemon startup, making this field obsolete. This field is always - > `false` and will be removed in a API v1.49. + > `false` and will be removed in a API v1.50. type: "boolean" example: false BridgeNfIp6tables: @@ -6563,7 +6563,7 @@ definitions: > **Deprecated**: netfilter module is now loaded on-demand, and no longer > during daemon startup, making this field obsolete. This field is always - > `false` and will be removed in a API v1.49. + > `false` and will be removed in a API v1.50. type: "boolean" example: false Debug: diff --git a/docs/api/v1.50.yaml b/docs/api/v1.50.yaml index 8551eab312..99620c77ed 100644 --- a/docs/api/v1.50.yaml +++ b/docs/api/v1.50.yaml @@ -6389,29 +6389,6 @@ definitions: description: "Indicates IPv4 forwarding is enabled." type: "boolean" example: true - BridgeNfIptables: - description: | - Indicates if `bridge-nf-call-iptables` is available on the host when - the daemon was started. - -


- - > **Deprecated**: netfilter module is now loaded on-demand and no longer - > during daemon startup, making this field obsolete. This field is always - > `false` and will be removed in a API v1.49. - type: "boolean" - example: false - BridgeNfIp6tables: - description: | - Indicates if `bridge-nf-call-ip6tables` is available on the host. - -


- - > **Deprecated**: netfilter module is now loaded on-demand, and no longer - > during daemon startup, making this field obsolete. This field is always - > `false` and will be removed in a API v1.49. - type: "boolean" - example: false Debug: description: | Indicates if the daemon is running in debug-mode / with debug-level diff --git a/docs/api/v1.51.yaml b/docs/api/v1.51.yaml index fd69add127..e8e3f610c7 100644 --- a/docs/api/v1.51.yaml +++ b/docs/api/v1.51.yaml @@ -6388,29 +6388,6 @@ definitions: description: "Indicates IPv4 forwarding is enabled." type: "boolean" example: true - BridgeNfIptables: - description: | - Indicates if `bridge-nf-call-iptables` is available on the host when - the daemon was started. - -


- - > **Deprecated**: netfilter module is now loaded on-demand and no longer - > during daemon startup, making this field obsolete. This field is always - > `false` and will be removed in a API v1.49. - type: "boolean" - example: false - BridgeNfIp6tables: - description: | - Indicates if `bridge-nf-call-ip6tables` is available on the host. - -


- - > **Deprecated**: netfilter module is now loaded on-demand, and no longer - > during daemon startup, making this field obsolete. This field is always - > `false` and will be removed in a API v1.49. - type: "boolean" - example: false Debug: description: | Indicates if the daemon is running in debug-mode / with debug-level