summaryrefslogtreecommitdiff
path: root/python/vyos/interfaceconfig.py
AgeCommit message (Collapse)Author
2019-08-30Python/ifconfig: re-indent help stringsChristian Poessinger
2019-08-30Python/ifconfig: ease __init__ if/else statementsChristian Poessinger
2019-08-30Python/ifconfig: re-indent with 4 spaces for better readabilityChristian Poessinger
Command user: $ autopep8 python/vyos/interfaceconfig.py --in-place
2019-08-30Python/ifconfig: remove trailing whitespacesChristian Poessinger
2019-08-23[dummy] T1609 migrate to vyos.interfaceconfig, adding check ip-cidr, adding ↵DmitriyEshenko
vyos.interfaceconfig common ipv4/ipv6 functions
2019-08-22[interfaceconfig] - linkstate as property and depriccated message for ↵hagbard
get_link_state()
2019-08-21[interfaceconfig class] - moved get functionaility for mtu, mac and ifalias ↵hagbard
into its property
2019-08-09[config] - T1557: setting object properties for the classhagbard
2019-08-08[config] - T1557: Create generic abstraction for configuring interfaces e.g. ↵hagbard
IP address