OpenSolaris

Printable Version Enter a New Search
Bug ID 5073914
Synopsis extend zonecfg physical interface name syntax checks
State 10-Fix Delivered (Fix available in build)
Category:Subcategory utility:zones
Keywords clearview | zones
Responsible Engineer Jordan Vaughan
Reported Against 5.10
Duplicate Of
Introduced In
Commit to Fix snv_104
Fixed In snv_104
Release Fixed solaris_nevada(snv_104)
Related Bugs 6770468 , 6778071 , 5037299
Submit Date 14-July-2004
Last Update Date 4-December-2008
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.
Work Around
N/A
Comments
N/A