summaryrefslogtreecommitdiff
path: root/python/vyos/ifconfig/register.py
AgeCommit message (Collapse)Author
2020-04-11ifconfig: T2223: rename Register to SectionThomas Mangin
While the class does indeed all the registration, it work is really to map classes to interface section. ie: interface ethernet -> EthernetIf Therefore it can also list which interface are from which type, therefore the name change. Other function name will also be renamed as a consequence
2020-03-25ifconfig: T2057: fix finding section name from interfaceThomas Mangin
2020-03-24ifconfig: T2057: add class RegisterThomas Mangin