Skip to content

Commit 9ef1265

Browse files
irhndt 4fkstgraber
authored andcommitted
doc/reference/network_bridge: Add missing backsticks for variable escaping
Signed-off-by: irhndt 4fk <[email protected]>
1 parent ef6a5d8 commit 9ef1265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/reference/network_bridge.md

Lines changed: 1 addition & 1 deletion
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)