Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-02 | T4726: Remove accel-ppp RADIUS vendor validators | Viacheslav Hletenko | |
The vendor name could contain Uppercase or lowercase symbols and not rely on the dictionary name but on dictionary value / # cat /usr/share/freeradius/dictionary.cisco | grep -i vendor VENDOR Cisco 9 Another example VENDOR Alcatel-IPD 6527 This way if we use `vendor=cisco` instead of `vendor=Cisco` it will not work at all Delete vendor validators (cherry picked from commit bbc7cabc6be0d5f8629724e9b0025e425168e1a8) | |||
2022-10-03 | T4726: add completion help and validation for accel-ppp vendor option | Daniil Baturin | |