-
Bug
-
Resolution: Unresolved
-
Normal
-
rhel-10.0
-
None
-
No
-
None
-
rhel-net-mgmt
-
ssg_networking
-
5
-
False
-
False
-
-
None
-
None
-
Unspecified
-
Unspecified
-
Unspecified
-
None
1. What were you trying to do that didn't work?
- The team feature has been removed in RHEL 10. However, I can create a team interface type profile using the nmcli command.
2. What is the impact of this issue to you?
- No impact.
3. Please provide the package NVR for which the bug is seen:
# rpm -qa NetworkManager
NetworkManager-1.52.0-3.el10_0.x86_64
4. How reproducible is this bug?:
Steps to reproduce
[root@rhel10 ~]# nmcli con add type team ifname team1 ipv4.method disable ipv6.method disable
Connection 'team-team1' (891e1458-b574-433b-9916-62d641c63e63) successfully added.
[root@rhel10 ~]# nmcli conn show
NAME UUID TYPE DEVICE
enp1s0 189ec4eb-a2fa-34b4-a232-ad12ce35920b ethernet enp1s0
lo dd580e1c-519e-42ee-9e1c-29efffac50cc loopback lo
team-team0 44b0e25d-5e93-4ce8-9a1c-9360a0444039 team --
team-team1 891e1458-b574-433b-9916-62d641c63e63 team --
[root@rhel10 ~]# man nmcli |grep team -A 3
• team
5. Expected results:
- The team type interface profile should not be created or we must provide a warning message to the user, such as 'Team feature removed '
Actual results
The team type interface profile is being created successfully on RHEL 10 without any warning message.