2 comments:
File src/osmo_ss7_vty.c:
Patch Set #3, Line 344: linkset LS_NAME [priority] [PRIO] [qos-class] [(CLASS|default)]
Something is still wrong with the interactive help:
```
OsmoSTP(config-cs7-rt)# update route 3.2.1 7.255.7 ?
linkset Point Code Length
OsmoSTP(config-cs7-rt)# update route 3.2.1 7.255.7 linkset ?
LS_NAME Specify Destination Linkset
OsmoSTP(config-cs7-rt)# update route 3.2.1 7.255.7 linkset my-ass ?
[priority] Linkset Name
OsmoSTP(config-cs7-rt)# update route 3.2.1 7.255.7 linkset my-ass priority ?
[PRIO] Specify Priority
OsmoSTP(config-cs7-rt)# update route 3.2.1 7.255.7 linkset my-ass priority 42 ?
[qos-class] Priority
OsmoSTP(config-cs7-rt)# update route 3.2.1 7.255.7 linkset my-ass priority 42 qos-class ?
[CLASS] Specify QoS Class
[default] QoS Class
```
Patch Set #3, Line 397: return CMD_WARNING;
print an error here?
To view, visit change 38348. To unsubscribe, or for help writing mail filters, visit settings.