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
When trying to edit the mtu parameter on a gre and ipip interface, nmcli always reports that nothing needs to be done, even though the specified mtu value is different than the current mtu for the gre/ipip Interface.
edvinaskairys
changed the title
nmcli does not allow editing mtu on gre/ip-ip interfaces
nmcli does not allow editing mtu on gre/ipip interfaces
Dec 22, 2024
Summary
When trying to edit the mtu parameter on a gre and ipip interface, nmcli always reports that nothing needs to be done, even though the specified mtu value is different than the current mtu for the gre/ipip Interface.
This appears to be caused by the function:
in nmcli.py which fails to recognize the gre (and ipip) interface as a valid interface type on which you can set the MTU.
Issue Type
Bug Report
Component Name
nmcli
Ansible Version
Community.general Version
Configuration
OS / Environment
Steps to Reproduce
Expected Results
nmcli connection show gre_test1
nmcli connection show ipip_test1
should report
ip-tunnel.mtu: 1400
Actual Results
but instead Ansible reports that nothing needs to be changed and the MTU remains at the default for the interface.
ip-tunnel.mtu: 0
Code of Conduct
The text was updated successfully, but these errors were encountered: