You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ifup in fedora doesn't complete since configured interfaces since the interface configuration is in /etc/NetworkManager/system-connections/ now by default, and _comp_compgen_configured_interfaces only looks for files like this: /etc/sysconfig/network-scripts/ifcfg-*.
To reproduce
Use a recent fedora system with configured interfaces in /etc/NetworkManager/system-connections/
type ifup <TAB>
No completions
Expected behavior
_comp_compgen_configured_interfaces should check for /etc/NetworkManager/system-connections/*.nmconnection files to get configured interfaces.
Versions (please complete the following information)
Operating system name/distribution and version: fedora 39+
The text was updated successfully, but these errors were encountered:
yedayak
changed the title
ifup doesn't complete configured interfaces on fedora
ifup doesn't complete interfaces configured with nmconnection key files on fedora
Nov 28, 2024
Describe the bug
ifup in fedora doesn't complete since configured interfaces since the interface configuration is in /etc/NetworkManager/system-connections/ now by default, and
_comp_compgen_configured_interfaces
only looks for files like this:/etc/sysconfig/network-scripts/ifcfg-*
.To reproduce
/etc/NetworkManager/system-connections/
ifup <TAB>
Expected behavior
_comp_compgen_configured_interfaces
should check for/etc/NetworkManager/system-connections/*.nmconnection
files to get configured interfaces.Versions (please complete the following information)
echo "$BASH_VERSION"
: N/A(IFS=.; echo "${BASH_COMPLETION_VERSINFO[*]}")
: 2.15.0Additional context
Found in #1280
The text was updated successfully, but these errors were encountered: