Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-16 | T5226: Combine ipv4-address and ipv6-address validators | Indrajit Raychaudhuri | |
Use a single ip-address validator to combine and replace ipv4-address and ipv6-address validators. | |||
2023-04-01 | xml: include building block file name should end with .i and not .in | Christian Breunig | |
2023-03-09 | xml: T4952: improve interface completion helper CLI experience | Christian Breunig | |
2022-12-14 | validators: T4875: use file-path to replace validator 'interface-name' | John Estabrook | |
2022-08-19 | Merge pull request #1476 from sever-sever/T4620 | Christian Poessinger | |
UPnP: T4211: T4620 Fix upnp template | |||
2022-08-19 | UPnP: T4611: Rule must be as prefix instead of an address | Viacheslav Hletenko | |
From the doc miniupnpd IP/mask format must be nnn.nnn.nnn.nnn/nn Comment out invalid option "anchor" | |||
2022-08-16 | upnp: T4613: Verify listen key in dictionary | Viacheslav Hletenko | |
There is no check if 'listen' is exist in the dictionary, fix it Fix odd ValueHelp format | |||
2022-06-29 | xml: streamline interface definition filenames, drop _ | Christian Poessinger | |
Some files that described the CLI used underscores to split CLI levels, some others did not. This commit removes all underscores from the filename and only makes use of a hyphen. |