index
:
vyos-1x.git
T6712-motd-80-25-terminal
T6732-build-image-circinus
circinus
crux
current
equuleus
sagitta
VyOS command definitions, scripts, and utilities (mirror of https://github.com/marekm72/vyos-1x.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
vyos
/
interfaceconfig.py
Age
Commit message (
Expand
)
Author
2019-08-30
Python/ifconfig: rename interfaceconfig.py -> ifconfig.py
Christian Poessinger
2019-08-30
Python/ifconfig: re-work IP address creation/deletion
Christian Poessinger
2019-08-30
Python/ifconfig: replace up()/down() with 'state' property
Christian Poessinger
2019-08-30
Python/ifconfig: add @property statement on 'remove' call
Christian Poessinger
2019-08-30
Python/ifconfig: re-work and rename remove_interface() -> remove() to delete ...
Christian Poessinger
2019-08-30
Python/ifconfig: replace linkstate() with up()/down() methods
Christian Poessinger
2019-08-30
Python/ifconfig: re-work __init__ interface creation
Christian Poessinger
2019-08-30
Python/ifconfig: rework interface alias assignment
Christian Poessinger
2019-08-30
Python/ifconfig: rework changing of interface MAC address
Christian Poessinger
2019-08-30
Python/ifconfig: remove unused depricated methods
Christian Poessinger
2019-08-30
Python/ifconfig: re-work mtu getter/setter
Christian Poessinger
2019-08-30
Python/ifconfig: re-indent help strings
Christian Poessinger
2019-08-30
Python/ifconfig: ease __init__ if/else statements
Christian Poessinger
2019-08-30
Python/ifconfig: re-indent with 4 spaces for better readability
Christian Poessinger
2019-08-30
Python/ifconfig: remove trailing whitespaces
Christian Poessinger
2019-08-23
[dummy] T1609 migrate to vyos.interfaceconfig, adding check ip-cidr, adding v...
DmitriyEshenko
2019-08-22
[interfaceconfig] - linkstate as property and depriccated message for get_lin...
hagbard
2019-08-21
[interfaceconfig class] - moved get functionaility for mtu, mac and ifalias i...
hagbard
2019-08-09
[config] - T1557: setting object properties for the class
hagbard
2019-08-08
[config] - T1557: Create generic abstraction for configuring interfaces e.g. ...
hagbard