summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
2019-09-04Python/ifconfig: T1557: remove double quotes on iproute2 commandsChristian Poessinger
2019-09-04bonding: T1614: T1557: add vif/vif-s VLAN interface supportChristian Poessinger
2019-09-03Python/ifconfig: T1557: cleanup __init__/debugChristian Poessinger
2019-09-03Python/ifconfig: T1557: derive BondIf from EthernetIf as we need VLANsChristian Poessinger
2019-09-03Python/ifconfig: T1557: add description for Interface classesChristian Poessinger
2019-09-03Python/ifconfig: T1557: bonding: add primary and mode propertyChristian Poessinger
2019-09-03Python/ifconfig: T1557: bonding: add get_slaves() callChristian Poessinger
2019-09-03Python/ifconfig: T1557: bonding: disable interface prior enslaving themChristian Poessinger
2019-09-03Python/ifconfig: T1557: adjust debug message format #2Christian Poessinger
2019-09-03Python/ifconfig: T1557: bonding: add {add,del}_port for slave interfaceChristian Poessinger
2019-09-03Python/ifconfig: T1557: add message to raised ExceptionsChristian Poessinger
2019-09-03Python/ifconfig: T1556: bridge: no need to manually generate an exceptionChristian Poessinger
2019-09-03Python/ifconfig: T1557: adjust debug message formatChristian Poessinger
2019-09-03Python/ifconfig: T1557: bonding: bugfix read_sysfs when debug is enabledChristian Poessinger
2019-09-03Python/ifconfig: T1557: bonding: bugfix setting ARP IP targetChristian Poessinger
2019-09-01Merge pull request #119 from alkersan/T1621_misc_rewritesChristian Poessinger
2019-09-01Python/ifconfig: T1557: bonding: add arp_ip_targetChristian Poessinger
2019-09-01Python/ifconfig: T1557: bonding: add arp_intervalChristian Poessinger
2019-09-01Python/ifconfig: T1557: bonding: add xmit_hash_policyChristian Poessinger
2019-09-01Python/ifconfig: T1557: add proxy_arp{_pvlan} functionsChristian Poessinger
2019-09-01Python/ifconfig: T1557: migrate all sysfs calls to {read,write}_sysfs helperChristian Poessinger
2019-08-31[boot-config-loader] T1622: Add failsafe and back traceJohn Estabrook
2019-08-31Python/ifconfig: T1557: enable debugging with DEBUG=1 environment variableChristian Poessinger
2019-08-31Python/ifconfig: T1557: use read/write helpers to interface with sysfsChristian Poessinger
2019-08-31Python/ifconfig: T1557: cleanup import sectionChristian Poessinger
2019-08-31loopback: T1601: migrate from pyroute2 -> vyos.ifconfigChristian Poessinger
2019-08-31Python/ifconfig: T1557: fix DHCP/DHCPv6 daemon and add Bridge/Dummy interfaceChristian Poessinger
2019-08-30Python/ifconfig: cleanup import statementsChristian Poessinger
2019-08-30Python/ifconfig: remove ipv4/ipv6 handling, iproute2 autodetects addr familyChristian Poessinger
2019-08-30[op-mode] T1621 rewrite misc commands to python/xml syntaxDmytro Aleksandrov
2019-08-30Python/ifconfig: rename interfaceconfig.py -> ifconfig.pyChristian Poessinger
2019-08-30Python/ifconfig: re-work IP address creation/deletionChristian Poessinger
2019-08-30Python/ifconfig: replace up()/down() with 'state' propertyChristian Poessinger
2019-08-30Python/ifconfig: add @property statement on 'remove' callChristian Poessinger
2019-08-30Python/ifconfig: re-work and rename remove_interface() -> remove() to delete ...Christian Poessinger
2019-08-30Python/ifconfig: replace linkstate() with up()/down() methodsChristian Poessinger
2019-08-30Python/ifconfig: re-work __init__ interface creationChristian Poessinger
2019-08-30Python/ifconfig: rework interface alias assignmentChristian Poessinger
2019-08-30Python/ifconfig: rework changing of interface MAC addressChristian Poessinger
2019-08-30Python/ifconfig: remove unused depricated methodsChristian Poessinger
2019-08-30Python/ifconfig: re-work mtu getter/setterChristian Poessinger
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
2019-08-30Python/ifconfig: remove trailing whitespacesChristian Poessinger
2019-08-27Merge branch 't1614-bonding' into currentChristian Poessinger
2019-08-27Python/VyOS validate: add is_ip() to check for IPv4 or IPv4 addressChristian Poessinger
2019-08-27[service https] T1443: Correct the use of listen/server_name directivesJohn Estabrook
2019-08-26Merge pull request #118 from c-po/pyroute2Christian Poessinger
2019-08-26Python: configinterface: remove in favour of pyrouteChristian Poessinger