summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
2021-09-13ipsec: T3828: Use IKE dh-group when ESP dh-group is set to `enable`sarthurdev
2021-09-11Fix inconsistent capitalization in the show version outputDaniil Baturin
2021-09-10ethtool: T3802: extend check_speed_duplex() implementation to support 'auto'Christian Poessinger
2021-09-10ethernet: T3802: not all NICs support reading speed/duplex settings in all st...Christian Poessinger
2021-09-10ethernet: T3802: use only one implementation for get_driver_name()Christian Poessinger
2021-09-10ethernet: T3802: check if driver supports changing flow-control settingsChristian Poessinger
2021-09-09vyos.configdict: T3814: use no_tag_node_value_mangle in get_interface_dict()Christian Poessinger
2021-09-08openvpn: T3805: use vyos.util.write_file() to store certificatesChristian Poessinger
2021-09-06pki: eapol: T3642: only add "pki" key to interface dict if pki is configuredChristian Poessinger
2021-09-06ifconfig: T3806: "ipv6 address no_default_link_local" required for MTU < 1280Christian Poessinger
2021-09-06vyos.util: add function to search a key recursively in a dictionaryChristian Poessinger
2021-09-06vyos.util: T2755: rename dict_search() function args to match other implement...Christian Poessinger
2021-08-31vyos.ethtool: T3163: ring-buffer values should be stored as stringChristian Poessinger
2021-08-31vyos.ethtool: T3163: purify code to read and change flow-control settingsChristian Poessinger
2021-08-31ethernet: T3163: only change ring-buffer settings if requiredChristian Poessinger
2021-08-31vyos.ethtool: T3163: purify code to read current speed and duplex settingsChristian Poessinger
2021-08-31ethernet: T2241: check if interface supports changing speed/duplex settingsChristian Poessinger
2021-08-31vyos.ethtool: T3163: use long option names when calling the ethtool binrayChristian Poessinger
2021-08-30ethernet: T3787: remove deprecated UDP fragmentation offloading optionChristian Poessinger
2021-08-30vyos.ifconfig: T3619: only inform user about real offload change for invalid ...Christian Poessinger
2021-08-30vyos.ethtool: T3163: remove test and debug method get_rx_vlan_offload()Christian Poessinger
2021-08-30config: T2941: ignore unicode characters, e.g., in description fieldJohn Estabrook
2021-08-30Merge pull request #983 from sever-sever/T3782Christian Poessinger
2021-08-30interface: T3782: Fix unexpected delete qdisc ruleViacheslav
2021-08-29vyos.ethtool: T3163: add check_speed_duplex() methodChristian Poessinger
2021-08-29vyos.ethtool: T3163: prefix class internal data structures with _Christian Poessinger
2021-08-29vyos.ethtool: T3163: drop obsoleted is_fixed_lro() methodChristian Poessinger
2021-08-29interfaces: T3777: Does not delete empty eui64 addressViacheslav
2021-08-28vyos.ifconfig: T3619: only set offloading options if supported by NICChristian Poessinger
2021-08-28vyos.ethtool: T3163: rename unused methods for offload validationChristian Poessinger
2021-08-28Merge pull request #980 from zdc/T3763-sagittaChristian Poessinger
2021-08-27vyos.ifconfig: pppoe: T3778: bugfix assignemnt of cached configChristian Poessinger
2021-08-26vyos.util: T3763: Optimized the check_port_availability functionzsdc
2021-08-26wireguard: T3763: Added check for listening port availabilityzsdc
2021-08-25ipsec: T3775: Diffie Hellman Group 21 uses NIST Elliptic Curve "ecp521"Christian Poessinger
2021-08-24vyos.ifconfig: T3772: bugfix missing VRRP interfacesChristian Poessinger
2021-08-21vyos.configverify: use build-in functions for verify_interface_exists()Christian Poessinger
2021-08-21vyos.configdict: leaf_node_changed() must return empty dict when node is addedChristian Poessinger
2021-08-21pppoe: T3090: migrate to vyos.ifconfig library to use the full potentialChristian Poessinger
2021-08-21vyos.ifconfig: provide generic get_mac_synthetic() methodChristian Poessinger
2021-08-21vyos.configdict: add note when using leaf_node_changed()Christian Poessinger
2021-08-21vyos.ifconfig: bridge: remove missleading comment in update()Christian Poessinger
2021-08-21interfaces: T3090: migrate adjust-mss from "firewall options" to "interface" ...Christian Poessinger
2021-08-21T1950: fix permissions on component-versions.json fileJohn Estabrook
2021-08-20T1950: write component versions to json file during migrationJohn Estabrook
2021-08-19T3768: Revert "T1950: Add support for reading component versions ..."John Estabrook
2021-08-19xml: T3474: add syntaxVersion processing to python xml libJohn Estabrook
2021-08-14vyos.util: T1503: use build in methods to determine current user for commit_i...Christian Poessinger
2021-08-13vyos.util: "harden" is_systemd_service_running() functionChristian Poessinger
2021-08-13xml: T3234: update instead of overwrite on repeated pathJohn Estabrook