Accidentally entering revert of non-existent zone during zone configuration goes into a loop.
zonecfg:exclusive> set ip-type=exclusive
zonecfg:exclusive> set zonepath=/export/exclusive
zonecfg:exclusive> set autoboot=true
zonecfg:exclusive> add net
zonecfg:exclusive:net> revert
Are you sure you want to revert (y/[n])? y
exclusive: no such saved zone to revert to.
zonecfg:exclusive:net> set physical=bge1
exclusive: No such zone configured
Use 'create' to begin configuring a new zone.
zonecfg:exclusive:net> end
physical not specified
zonecfg:exclusive:net>
The only option in this case is to exit and start all over.
|