Skip to content

Commit

Permalink
doc/reference/network_bridge: Add missing backsticks for variable esc…
Browse files Browse the repository at this point in the history
…aping

Signed-off-by: irhndt 4fk <[email protected]>
  • Loading branch information
irhndt authored and stgraber committed Dec 11, 2024
1 parent ef6a5d8 commit 9ef1265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/reference/network_bridge.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Key | Type | Condition | Defau
```{note}
The `bridge.external_interfaces` option supports an extended format allowing the creation of missing VLAN interfaces.
The extended format is `<interfaceName>/<parentInterfaceName>/<vlanId>`.
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.
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.
```

(network-bridge-features)=
Expand Down

0 comments on commit 9ef1265

Please sign in to comment.