Skip to content

Commit

Permalink
sync with real error message
Browse files Browse the repository at this point in the history
  • Loading branch information
bradh352 committed Nov 29, 2024
1 parent 7fc5471 commit fc17991
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
},
"INTERFACE_INVALID_MAC_ADDR": {
"desc": "Set invalid interface mac address.",
"eStr": "Invalid value \"badaddr\" in \"mac_addr\" element."
"eStr": "Value \"badaddr\" does not satisfy the constraint \"[0-9a-fA-F]{2}(:[0-9a-fA-F]{2}){5}\" (range, length, or pattern)."
}
}

0 comments on commit fc17991

Please sign in to comment.