daemon: refactored missed LinkTlv INTERFACE_NAME fields to IFACE_NAME to match other refactoring done in 7.0.0 release
This commit is contained in:
parent
b98ff0f744
commit
3e41d31c6c
3 changed files with 6 additions and 6 deletions
|
@ -84,8 +84,8 @@ class LinkTlvs(Enum):
|
|||
IFACE2_MAC = 0x39
|
||||
IFACE2_IP6 = 0x40
|
||||
IFACE2_IP6_MASK = 0x41
|
||||
INTERFACE1_NAME = 0x42
|
||||
INTERFACE2_NAME = 0x43
|
||||
IFACE1_NAME = 0x42
|
||||
IFACE2_NAME = 0x43
|
||||
OPAQUE = 0x50
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue