Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-02 | T3165: prevent override of populated node.def file with empty content | Christian Poessinger | |
2021-01-15 | Revert "T3165: use a separate file for "base" CLI nodes." | Daniil Baturin | |
2021-01-07 | T3165: use a separate file for "base" CLI nodes. | Daniil Baturin | |
2020-07-18 | T2704: force newlines after listActiveNode output. | Daniil Baturin | |
2020-03-04 | templates: T2099: make op-mode path completion helper working | Christian Poessinger | |
2018-06-23 | T689, T707: do not use sudo for op mode commands. | Daniil Baturin | |
Else they all are unavailable for operator level users. | |||
2018-05-17 | T646: prevent convertors from overwriting existing node.def files. | Daniil Baturin | |
2018-05-15 | Correct the logic of generating tag nodes for op mode. | Daniil Baturin | |
Unlike conf mode tag nodes, op mode "pseudo-tag nodes" have the real node.def inside the node.tag dir rather than at the top level. The required node.def at the top level is populated with the help string from the real one. A side effect is that commands that take arguments now must have their own words, e.g. "run show arp" and "run show arp eth0" is impossible and has to be "run show arp" and "run show arp interface eth0", which is probably a good thing. | |||
2018-05-14 | T633: build integration and minor fixes in the op mode command generator. | Daniil Baturin | |
2017-10-11 | T413: Make a schema for op mode; | Taniadz | |
T420: Write op mode version of node.def generator |