-
Notifications
You must be signed in to change notification settings - Fork 106
Feature Request: To allow specifying mtu and advmss values under routes -> config. #2881
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The MTU of route is supported since 2.2.42+. We need to code out the support of |
Below is the available/supported configuration
however i am requesting for configuration which supports mtu or advmss option as well as under;
Please support. |
Hi, i am referring to allow this option via nodenetworkconfigurationpolicy (nncp) via nmstate operator. Regards |
Hi, |
I am running with ocp version 4.14 and it seems that this version is not shipped for 4.14. I installed latest nmstate operator and it shipped with nmstate 2.2.39-3 |
Hi Team, |
Hi Team,
I have two openshift clusters across two DCs, openshift clusters are deployed with jumbo frames (9000mtu) however the path inbetween doesnot support jumbo and support 1500mtu only.
I am using separate vlan to for the communication between these two clusters for which i am specifying routes via nmstate nncp, however i do not see any option avaiable to define the mtu in nmstate nncp.
Can team please add these options so i can manage all routes through nncp only instead of defining it via nmcli or by creating machineconfig which will result in mcp rollout whenever i needed to add any new route.
The text was updated successfully, but these errors were encountered: