summaryrefslogtreecommitdiff
path: root/src/validators/mac-address
AgeCommit message (Collapse)Author
2022-11-03validators: T4795: migrate mac-address python validator to validate-valueChristian Poessinger
Instead of spawning the Python interpreter for every mac-address to validate, rather use the base validate-value OCaml implementation which is much faster. This removes redundant code and also makes the CLI more responsive. Validator is moved out to a dedicated file instead of using XML inlined <regex> for the reason of re-usability. So if that regex needs to be touched again - it can all happen in one single file.
2021-01-22dhcpv6: T3240: support per-interface client DUIDsBrandon Stepler
2020-12-20Revert "dhcpv6: T3134: add missing duid support"Christian Poessinger
This reverts commit 9541355433e202fade4692851bffa33ba9d48f44.
2020-12-20dhcpv6: T3134: add missing duid supportChristian Poessinger
2020-05-06validator: T2417: try to make the code clearerThomas Mangin
2020-04-03validate: mac: autopep8Christian Poessinger
2019-03-11[arp] - T1288: python implemtation of 'set protocols static arp'hagbard