Skip to content

[action] [PR:17299] Fix IPV6 forced-mgmt-route not work issue (#17299)#18058

Merged
mssonicbld merged 1 commit intosonic-net:202305from
mssonicbld:cherry/202305/17299
Feb 7, 2024
Merged

[action] [PR:17299] Fix IPV6 forced-mgmt-route not work issue (#17299)#18058
mssonicbld merged 1 commit intosonic-net:202305from
mssonicbld:cherry/202305/17299

Conversation

@mssonicbld
Copy link
Collaborator

ix IPV6 forced-mgmt-route not work issue

Why I did it
IPV6 forced-mgmt-route not work

When add a IPV6 route, should use 'ip -6 rule add pref 32764 address' command, but currently in the template the '-6' parameter are missing, so the IPV6 route been add to IPV4 route table.

Also this PR depends on #17281 , which will fix the IPV6 'default' route table missing in IPV6 route lookup issue.

Microsoft ADO (number only):24719238

@mssonicbld
Copy link
Collaborator Author

Original PR: #17299

ix IPV6 forced-mgmt-route not work issue

Why I did it
IPV6 forced-mgmt-route not work

When add a IPV6 route, should use 'ip -6 rule add pref 32764 address' command, but currently in the template the '-6' parameter are missing, so the IPV6 route been add to IPV4 route table.

Also this PR depends on sonic-net#17281 , which will fix the IPV6 'default' route table missing in IPV6 route lookup issue. 

Microsoft ADO (number only):24719238
@mssonicbld mssonicbld merged commit b62eb94 into sonic-net:202305 Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants