Skip to content

Commit aaad08a

Browse files
authored
Merge pull request #1493 from irhndt/update-bridge-docs
doc/network_bridge: Fix missing escaping around variable
2 parents a5e2338 + 9ef1265 commit aaad08a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/reference/network_bridge.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Key | Type | Condition | Defau
113113
```{note}
114114
The `bridge.external_interfaces` option supports an extended format allowing the creation of missing VLAN interfaces.
115115
The extended format is `<interfaceName>/<parentInterfaceName>/<vlanId>`.
116-
When the external interface is added to the list with the extended format, the system will automatically create the interface upon the network's creation and subsequently delete it when the network is terminated. The system verifies that the <interfaceName> does not already exist. If the interface name is in use with a different parent or VLAN ID, or if the creation of the interface is unsuccessful, the system will revert with an error message.
116+
When the external interface is added to the list with the extended format, the system will automatically create the interface upon the network's creation and subsequently delete it when the network is terminated. The system verifies that the `<interfaceName>` does not already exist. If the interface name is in use with a different parent or VLAN ID, or if the creation of the interface is unsuccessful, the system will revert with an error message.
117117
```
118118

119119
(network-bridge-features)=

0 commit comments

Comments
 (0)