This flag is applied to the parent object (object or choice or type enum uint) where the children need to be sorted.
object newbie { help "Newbie settings"; object network-speed { help "Setting the newbie computer network connection speed"; flag strict-order; type enum uint { choice "10Mbps" { help "10BaseT connection"; } choice "100Mbps" { help "Fast Ethernet connection"; } choice "1Gbps" { help "Gigabit Ethernet connection"; } } } }
user@router# set example newbie ?
Possible completions:
<[Enter]> Execute this command
+ apply-groups Groups from which to inherit configuration data
+ apply-groups-except Don't inherit configuration data from these groups
network-speed Setting the newbie computer network connection speed
| Pipe through a command
[edit]
user@router# set example newbie network-speed ?
Possible completions:
10Mbps 10BaseT connection
100Mbps Fast Ethernet connection
1Gbps Gigabit Ethernet connection
[edit]