summaryrefslogtreecommitdiff
path: root/src/conf_mode/interface-loopback.py
AgeCommit message (Collapse)Author
2019-09-06dummy: loopback: T1580: T1601: synchronize commentsChristian Poessinger
2019-09-04Python/configdict: add list_diff function to compare two listsChristian 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-31loopback: T1601: support deleting interface descriptionChristian Poessinger
2019-08-31loopback: T1601: migrate from pyroute2 -> vyos.ifconfigChristian Poessinger
2019-08-26loopback: T1601: migrate to pyroute2Christian Poessinger
2019-08-21loopback: T1601: rewrite using XML/Python definitionsChristian Poessinger