Attention is currently required from: fixeria, laforge.
1 comment:
File CommonLibs/trx_vty.c:
if (strcmp("disable", argv[0]) == 0)
trx->cfg.usrp1_singledb = false;
if (strcmp("enable", argv[0]) == 0)
```suggestion […]
looks good, was following the formatting of the other enable/disable options in trx_vty.c but this works too
To view, visit change 42811. To unsubscribe, or for help writing mail filters, visit settings.