summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
2019-10-31Merge branch 'current' of github.com:vyos/vyos-1x into equuleusChristian Poessinger
2019-10-28Add a function for retrieving config dicts.Daniil Baturin
2019-10-27Merge pull request #155 from kroy-the-rabbit/py-interfaceChristian Poessinger
2019-10-27T1759: Fixing dependency bug from previous commitkroy
2019-10-27T1759: Merging interface.py into ifconfig.pykroy
2019-10-27Allow list arguments in the vyos.config show_config() function.Daniil Baturin
2019-10-27Replace the try and wait for segfault approach with explicit inSession check.Daniil Baturin
2019-10-27T1773: add a script for converting the config to JSON.Daniil Baturin
2019-10-27Merge branch 'current' of github.com:vyos/vyos-1x into equuleusChristian Poessinger
2019-10-25[vyos.config] T1758: adjust regex for change in Python 3.7John Estabrook
2019-10-24T1759: ioctl.pm/interface.pm rewritekroy
2019-10-24T1762: adjust the set_level() calls to use the new list representation.Daniil Baturin
2019-10-24[vyos.config] T1764: support both string and list arguments in config functions.Daniil Baturin
2019-10-23Merge pull request #152 from kroy-the-rabbit/intf-rewrite1bfhagbard-01
2019-10-23T1759: bug fixes, missing interface IPkroy
2019-10-23Merge branch 'current' of https://github.com/vyos/vyos-1x into currentDaniil Baturin
2019-10-23[vyos.config] T1758: use vyos.configtree for reading values,Daniil Baturin
2019-10-23[HTTP API] Add endpoints for config file and image management.Daniil Baturin
2019-10-23[vyos.config] T1758: check that config setup has completed beforeJohn Estabrook
2019-10-22T1759: Migrating interfaceskroy
2019-10-18Python/ifconfig: T1712: always start DHCP when configuredChristian Poessinger
2019-10-18Python/ifconfig: T1557: get_status() must use admin state not operstateChristian Poessinger
2019-10-16Revert "Python/ifconfig: T1712: wait when changing interface state"Christian Poessinger
2019-10-13Python/ifconfig: T1557: add support for DHCPv6 client optionsChristian Poessinger
2019-10-13Python/ifconfig: T1557: bugfix when configuring accept_ra on VLAN interfacesChristian Poessinger
2019-10-11Python/ifconfig: T1723: add flag to specify if we should wait for interface upChristian Poessinger
2019-10-09T1430: add dhcp vendor-class-id client optionChristian Poessinger
2019-10-09Python/ifconfig: T1557: add generic support for DHCP client optionsChristian Poessinger
2019-10-06Python/ifconfig: T1712: wait when changing interface stateChristian Poessinger
2019-10-06Python/ifconfig: T1557: add return in front of self._cmd() callsChristian Poessinger
2019-10-01T1424: Check for http error or redirect, when loading remote files.John Estabrook
2019-09-24Python/ifconfig: T1557: add STPIf class (spanning tree) bridge memberChristian Poessinger
2019-09-24Python/ifconfig: T1557: bugfix removing Q-in-Q VLAN interfacesChristian Poessinger
2019-09-24Python/ifconfig: T1557: refactor BondIf 'mode' property to set_mode()Christian Poessinger
2019-09-24Python/ifconfig: T1557: refactor BondIf 'arp_interval' property to set_arp_in...Christian Poessinger
2019-09-24Python/ifconfig: T1557: refactor BondIf 'arp_ip_target' property to set_arp_i...Christian Poessinger
2019-09-24Python/ifconfig: T1557: refactor BondIf 'arp_interval' property to set_arp_in...Christian Poessinger
2019-09-24Python/ifconfig: T1557: refactor BondIf 'xmit_hash_policy' property to set_ha...Christian Poessinger
2019-09-24Python/ifconfig: T1557: remove unused has_autoneg() from EthernetIfChristian Poessinger
2019-09-24Python/ifconfig: T1557: refactor Interface 'state' property to set_state()/ge...Christian Poessinger
2019-09-24Python/ifconfig: T1557: refactor Interface 'arp_cache_tmo' property to set_se...Christian Poessinger
2019-09-24Python/ifconfig: T1557: refactor Interface 'proxy_arp_pvlan' property to set_...Christian Poessinger
2019-09-24Python/ifconfig: T1557: refactor Interface 'proxy_arp' property to set_proxy_...Christian Poessinger
2019-09-24Python/ifconfig: T1557: loopback: implement derived remove()Christian Poessinger
2019-09-24Python/ifconfig: T1557: refactor Interface 'ifalias' property to set_alias()Christian Poessinger
2019-09-24Python/ifconfig: T1557: refactor Interface 'link_detect' property to set_link...Christian Poessinger
2019-09-24Python/ifconfig: T1557: refactor BridgeIf 'stp_state' property to set_stp()Christian Poessinger
2019-09-24Python/ifconfig: T1557: refactor BridgeIf 'priority' property to set_priority()Christian Poessinger
2019-09-24Python/ifconfig: T1557: refactor BridgeIf 'ageing_time' property to set_agein...Christian Poessinger
2019-09-24Python/ifconfig: T1557: refactor BridgeIf 'hello_time' property to set_hello_...Christian Poessinger