-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add route attributes - MTU, AdvMSS, Priority #1041
Add route attributes - MTU, AdvMSS, Priority #1041
Conversation
e931118
to
7f3da24
Compare
Signed-off-by: Alexander Lopintsev <[email protected]>
7f3da24
to
efffbee
Compare
@alopintsev looks reasonable. However, we will need to update the specification as well, as these are defined types. Thanks! |
…ation Signed-off-by: Alexander Lopintsev <[email protected]>
I've made changes in specification, would you mind to check it? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks!
LGTM |
Extend route attributes to make route selection available based on route priority and enable per-route MTU settings.
It's will be helpfull in multi-CNI environment, and networks, that support jumbo-frame.
Fixes: #1004