Skip to content

Commit df41209

Browse files
committed
mac_ref: Add supported version for ref parent/port by mac
Signed-off-by: Gris Ge <fge@redhat.com>
1 parent d20855d commit df41209

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

features/mac_identifier.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ interfaces:
3535
Above profile could be delete by `state:absent` using `name: wan0` or its real
3636
interface name.
3737

38-
You can also refer port by profile name in OVS bridge, linux bridge, VRF and
39-
bond.
38+
Since nmstate version 2.2.41, you can also refer port by profile name in OVS
39+
bridge, linux bridge, VRF and bond.
4040

4141
Example YAML for referring bond port by MAC address:
4242

@@ -61,9 +61,9 @@ interfaces:
6161
- port2
6262
```
6363

64-
65-
You can also refer to base-interface by profile name in VLAN, VxLAN, MacSec,
66-
MacVtap, MacVlan. Example on using MAC address to identify VLAN base interface:
64+
Since nmstate version 2.2.41, you can also refer to base-interface by profile
65+
name in VLAN, VxLAN, MacSec, MacVtap, MacVlan. Example on using MAC address to
66+
identify VLAN base interface:
6767

6868
```yml
6969
---
@@ -80,7 +80,8 @@ interfaces:
8080
id: 101
8181
```
8282

83-
You can also refer to route next-hop-interface by profile name. For example:
83+
Since nmstate version 2.2.41, you can also refer to route next-hop-interface by
84+
profile name. For example:
8485

8586
```yml
8687
---

0 commit comments

Comments
 (0)