|
Description
|
zonecfg as of s10_63 has no syntax checks on the "physical" property of a "net"
resource (i.e., the physical network interface). 5037299 adds a check for ":"
to make sure that a physical interface name is given rather than a logical name
(i.e., ":" implies logical which is bad). It was suggested
... we could do some more checking on the interface name: it needs
to end with a certain amount of digits, and the entire thing can't
comprise solely of numbers:
foo
10
both seem like invalid interface names we could reject early on in
zonecfg, and doing so would be trivial.
This report is to get the above checks added.
|