While configuring a zone with the zonecfg utility, use the revert subcommand to undo a resource setting made to the zone configuration.
For more information, see Assigning Limited Rights to Zone Administrators.
zonecfg:tmp-zone> info
The net resource segment of the configuration displays as follows:
…
fs:
dir: /tmp
special: swap
type: tmpfs
net:
address: 192.0.2.0
physical: eri0
device
match: /dev/pts/*
…
zonecfg:tmp-zone> remove net address=192.0.2.0
zonecfg:tmp-zone> info
…
fs:
dir: /tmp
special: swap
type: tmpfs
device
match: /dev/pts/*
…
zonecfg:tmp-zone> revert
Are you sure you want to revert (y/[n])? y
zonecfg:tmp-zone> info
…
fs:
dir: /tmp
special: swap
type: tmpfs
net:
address: 192.0.2.0
physical: eri0
device
match: /dev/pts/*
…