summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-openstackclient
diff options
context:
space:
mode:
authorAlex Martens <alex@thinglab.org>2024-12-26 10:31:23 -0800
committerBjørn Forsman <bjorn.forsman@gmail.com>2024-12-26 23:59:47 +0100
commit403dfb7c93a0aab6b2f8912ab613504725ef8e83 (patch)
tree493ac30e05aa2d0cad39557dc360b42615e79705 /pkgs/development/python-modules/python-openstackclient
parent28e1cce57e7cc7e68cf993714c23e6cbd8cb4790 (diff)
nixos/ddclient: fix missing iproute2
When obtaining the IP address from an interface iproute2 is missing: "Unable to obtain information for 'bond-wan' -- missing ip or ifconfig command" The prefix check to include iproute2 is incorrect for "usev4" and "usev6". Currently the NixOS module checks for the "if" prefix. This prefix is not valid with "usev4" and "usev6": "Invalid Value for keyword 'usev4' = 'if'" "ifv4" must be used with "usev4", and "ifv6" with "usev6". I updated the nixos module to check for the correct prefix with "usev4" and "usev6", and include iproute2 as necessary.
Diffstat (limited to 'pkgs/development/python-modules/python-openstackclient')
0 files changed, 0 insertions, 0 deletions