141 lines
4.8 KiB
Plaintext
141 lines
4.8 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Oct 1 11:43:17 UTC 2025 - Antoine Ginies <aginies@suse.com>
|
|
|
|
version 2.8:
|
|
* use GetAll to avoid multiple dbus call
|
|
* Check slave interface exist before adding the bridge
|
|
* fix forward delay value (value should be 0-30)
|
|
* fix typo in vlan-default-pvid
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 29 11:58:07 UTC 2025 - Antoine Ginies <aginies@suse.com>
|
|
|
|
version 2.6:
|
|
* use typing module
|
|
* improve check_interface_exist
|
|
* remove run_command, use dbus to check if NM is running
|
|
* various fix around dry-run
|
|
* fix typo on vlan setting. Improve getting bridge info
|
|
* concatenate do_(activate/deactivate/delete) functions
|
|
* use external function to get ipv4 config and bridge settings
|
|
* various mypy and pylint fixes
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 25 12:23:03 UTC 2025 - Antoine Ginies <aginies@suse.com>
|
|
|
|
version 2.4:
|
|
* add vlan_filtering, vlan_default_pvid options
|
|
* check forward delay value
|
|
* add support for multicast-snooping
|
|
* show more details on bridge config
|
|
* add a dry-run mode
|
|
* select a default interface with an IPV4 adress
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 24 19:54:41 UTC 2025 - Antoine Ginies <aginies@suse.com>
|
|
|
|
version 2.1:
|
|
* select a default slave interface if none choosen
|
|
* add stp-priority option
|
|
* add an interactive mode with completion
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 24 07:26:41 UTC 2025 - Antoine Ginies <aginies@suse.com>
|
|
|
|
version 2.0:
|
|
* major change to use NetworkManager API instead of nmcli
|
|
* by default the tool now clone the MAC address of the slace interface
|
|
* its mandatory to select the slave interface
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 20 13:48:18 UTC 2025 - Antoine Ginies <aginies@suse.com>
|
|
|
|
- version 1.1:
|
|
* remove timeout to get IP address, this is adding wrong information
|
|
and this is not reliable at all, purpose of the tool is to prepare
|
|
the system not to replace network manager
|
|
* remove simple option (add too much complexity in this basic tool)
|
|
* connection name on the Ethernet/wifi interface is using "-brslave"
|
|
appendix now
|
|
* Fix issue with master_interface check
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 29 15:43:07 UTC 2025 - Antoine Ginies <aginies@suse.com>
|
|
|
|
- version 1.0
|
|
* fix issue for autoconnection=yes (bsc#1239445)
|
|
* add an option for timeout (bsc#1239445)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 3 08:17:56 UTC 2025 - Antoine Ginies <aginies@suse.com>
|
|
|
|
- version 0.9:
|
|
* add a forward-delay option
|
|
* add an STP option
|
|
* fix displaying error
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 24 16:18:14 UTC 2025 - Antoine Ginies <aginies@suse.com>
|
|
|
|
- version 0.8:
|
|
* delete the bridge connection will also delete the slave connection
|
|
* add an option to force using the slave MAC address interface
|
|
* default method will be complex, as simple doesn't work on TW/16
|
|
* add a dry run option
|
|
* typo fixes
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 24 10:20:33 UTC 2025 - Antoine Ginies <aginies@suse.com>
|
|
|
|
- version 0.7:
|
|
* use same MAC address as the master interface
|
|
* add some more debug
|
|
* Force creating another interface as master
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 18 18:35:18 UTC 2025 - Antoine Ginies <aginies@suse.com>
|
|
|
|
- version 0.6:
|
|
* avoid setting up bridge if no device link to a connection
|
|
* bridge link to a slave interface
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 18 13:36:19 UTC 2025 - Antoine Ginies <aginies@suse.com>
|
|
|
|
- version 0.5:
|
|
* better logging
|
|
* add debug option
|
|
* improve connection modification
|
|
* rename some VAR to avoid confusion
|
|
* bsc#1239445
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 7 09:14:46 UTC 2025 - Antoine Ginies <aginies@suse.com>
|
|
|
|
- use %make_install
|
|
- use _service and fix url in spec file
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 6 14:07:37 UTC 2025 - Antoine Ginies <aginies@suse.com>
|
|
|
|
- Do not clean buildroot in install section
|
|
- make is a buildRequires
|
|
- remove 'env' in the shebang
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 5 11:38:04 UTC 2025 - Antoine Ginies <aginies@suse.com>
|
|
|
|
- 0.2 version: cosmetics fix in doc
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 4 14:28:48 UTC 2025 - Antoine Ginies <aginies@suse.com>
|
|
|
|
- use bz2 tarball
|
|
- add README.md and Makefile
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 4 10:09:13 UTC 2025 - Antoine Ginies <aginies@suse.com>
|
|
|
|
- initial release
|