summaryrefslogtreecommitdiff
path: root/python/vyos/dicts.py
AgeCommit message (Collapse)Author
2020-05-18flake8: T2475: fix a number of issue reported by flake8Thomas Mangin
2020-04-11dhcp: T2265: refactor DHCP classThomas Mangin
Break the code between v4 and v6, remove need for getter/setter as they are just exposing the underlying dict. Move FixedDict from tunnel code and expose it to other part so it can be used to prevent accidental change to the dhcp option if no default exists already.