Added IPv6 interface IDs to the 'Format MAC address' operation

This commit is contained in:
n1474335 2018-02-21 11:24:38 +00:00
parent 79a3128491
commit 8cef6db482
2 changed files with 21 additions and 1 deletions

View file

@ -1825,6 +1825,11 @@ const OperationConfig = {
name: "Cisco style",
type: "boolean",
value: MAC.CISCO_STYLE
},
{
name: "IPv6 interface ID",
type: "boolean",
value: MAC.IPV6_INTERFACE_ID
}
]
},