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
/
src
/
conf_mode
/
interface-dummy.py
Age
Commit message (
Collapse
)
Author
2019-09-24
Python/ifconfig: T1557: refactor 'mtu' property to get_mtu()/set_mtu()
Christian Poessinger
2019-09-06
dummy: loopback: T1580: T1601: synchronize comments
Christian Poessinger
2019-09-04
Python/configdict: add list_diff function to compare two lists
Christian Poessinger
A list containing only unique elements not part of the other list is returned. This is usefull to check e.g. which IP addresses need to be removed from the OS.
2019-08-31
dummy: T1580: support deleting interface description
Christian Poessinger
2019-08-31
dummy: T1580: migrate from pyroute2 -> vyos.ifconfig
Christian Poessinger
2019-08-27
dummy: T1580: migrate implementation to pyroute2
Christian Poessinger
2019-08-23
[dummy] T1609 migrate to vyos.interfaceconfig, adding check ip-cidr, adding ↵
DmitriyEshenko
vyos.interfaceconfig common ipv4/ipv6 functions
2019-08-23
[dummy] T1609 Fixing dummy interface state
DmitriyEshenko
2019-08-21
dummy: T1580: remove superfluous if statements
Christian Poessinger
2019-08-19
dummy: T1580: rewrite in new style XML/Python
Christian Poessinger