summaryrefslogtreecommitdiff
path: root/python/vyos/util.py
AgeCommit message (Expand)Author
2022-09-14openvpn: T4679: Fix incorrect verify local and remote addressViacheslav Hletenko
2022-04-08Merge pull request #1263 from c-po/wwan-t4324-equuleusDaniil Baturin
2022-04-03wwan: T4324: is_wwan_connected() must verify if ModemManager is runningChristian Poessinger
2022-03-30vyos.util: T4319: add is_ipv6_enabled() helper functionChristian Poessinger
2022-03-25vyos.util: T4319: rename sysctl() -> sysctl_write()Christian Poessinger
2022-03-25vyos.util: T4319: provide generic sysctl_read() helperChristian Poessinger
2022-02-21smoketest: vxlan: T4120: verify support for multiple remote addressesChristian Poessinger
2022-02-13vyos.util: T4191: add new sysctl() helper functionChristian Poessinger
2021-12-16T3356: Backport remote moduleerkin
2021-12-09vyos.util: T4061: add function to check for completion of boot configJohn Estabrook
2021-11-18wwan: T3795: make connect and disconnect op-mode commands aware to WWAN inter...Christian Poessinger
2021-09-20vyos.util: add is_systemd_service_active() helper functionChristian Poessinger
2021-09-06vyos.util: T2755: rename dict_search() function args to match other implement...Christian Poessinger
2021-08-14vyos.util: T1503: use build in methods to determine current user for commit_i...Christian Poessinger
2021-08-09openconnect: T3695: Add systemd service checker on commitDmitriyEshenko
2021-07-25vyos.util: backport 1.4 changes on dict_search()Christian Poessinger
2021-07-13T3663: add a small sleep between polling for a new inotify event.Daniil Baturin
2021-07-13vyos.util: T3663: move inotify-based imports to function levelChristian Poessinger
2021-07-13T3663: add pre_hook argument to util.wait_for_inotifyDaniil Baturin
2021-07-13T3663: fix the call to time.time() to match the new import scheme.Daniil Baturin
2021-07-13T3663: prerequisites for inotify-based watching implementations.Daniil Baturin
2021-05-20vyos.util: T3532: Replace func get_interface_configViacheslav Hletenko
2021-05-18revert: "util: T2467: add autosudo as an option to command"Christian Poessinger
2021-04-18config: T3481: add switch to prevent mangling of tag node valuesJohn Estabrook
2021-03-06vyos.util: provide single implementation for get_json_iface_options()Christian Poessinger
2021-01-31vyos: T3274: Handle EOF in ask_yes_no()erkin
2021-01-07login: radius: T3192: migrate to get_config_dict()Christian Poessinger
2020-12-28webproxy: T563: squidguard: support default rulesetChristian Poessinger
2020-10-28vyos.util: T2995: rename vyos_dict_search() -> dict_search()Christian Poessinger
2020-10-24vyos.util: drop obsolete function ifname_from_config()Christian Poessinger
2020-10-24vyos.util: drop obsolete function get_bridge_member_config()Christian Poessinger
2020-10-19unittests: T2995: vyos_dict_search() must return None on non-existing keysChristian Poessinger
2020-09-13vyos.util: add missing ConfigError import in check_kmod()Christian Poessinger
2020-08-23T2755: convert jmespath.search() to vyos_dict_search() for performanceChristian Poessinger
2020-08-23vyos.util: T2755: add vyos_dict_search() to traverse a dictionaryChristian Poessinger
2020-08-16Merge pull request #510 from efficiosoft/vyos_template_rewriteChristian Poessinger
2020-08-15lcd: T2564: flatten CLI interfaceChristian Poessinger
2020-07-25bridge: ifconfig: T2653: move to get_config_dict()Christian Poessinger
2020-07-25vyos.util: add common helper to load kernel modulesChristian Poessinger
2020-07-21vyos.util: T2720: Add file descriptor support to chmod and chownRobert Schindler
2020-07-01config_dict: T2668: move keyword arg get_first_key into get_sub_dictJohn Estabrook
2020-07-01config_dict: T2667: clarify docstringJohn Estabrook
2020-07-01config: T2667: add utility function get_sub_dictJohn Estabrook
2020-06-18T2614: add a key mangling option to vyos.config.get_config_dict()Daniil Baturin
2020-05-20util: T2467: fix missing importThomas Mangin
2020-05-19util: T2467: add systemctl to autosudoThomas Mangin
2020-05-19util: T2467: add autosudo as an option to commandThomas Mangin
2020-05-06validator: T2417: try to make the code clearerThomas Mangin
2020-05-04util: T2241: add get_bridge_member_config functionJernej Jakob
2020-05-04util: T2241: add func that gets interface name from current config levelJernej Jakob