Initial commit
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
[connection]
|
||||
connection.autoconnect-ports=1
|
||||
@@ -0,0 +1,25 @@
|
||||
Summary: NetworkManager config for auto-activating bridge/bond/team ports
|
||||
Name: NetworkManager-config-autoconnect-ports
|
||||
Version: 1
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
URL: http://gitea.infomaas.com/rpms-fedora-ims/%{name}
|
||||
BuildArch: noarch
|
||||
Source0: 00-autoconnect-ports.conf
|
||||
|
||||
Requires: NetworkManager
|
||||
|
||||
%description
|
||||
This package adds a NetworkManager configuration snippet that sets the global
|
||||
default connection.autoconnect-ports=1, causing master connections (bridges,
|
||||
bonds, teams) to automatically activate their port connections.
|
||||
|
||||
%install
|
||||
install -Dpm 644 %{SOURCE0} %{buildroot}%{_prefix}/lib/NetworkManager/conf.d/00-autoconnect-ports.conf
|
||||
|
||||
%files
|
||||
%{_prefix}/lib/NetworkManager/conf.d/00-autoconnect-ports.conf
|
||||
|
||||
%changelog
|
||||
* Sat May 09 2026 Zoran Pericic <zpericic@netst.org> - 1-1
|
||||
- Initial release
|
||||
Reference in New Issue
Block a user