Feature #3808
Add MTU value per vnet in context
Status: | Closed | Start date: | 05/13/2015 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Javi Fontan | % Done: | 0% | |
Category: | Documentation | |||
Target version: | Release 4.14 | |||
Resolution: | fixed | Pull request: |
Description
When MTU value is found in a network the context should have it automatically added. For example:
ETH0_MTU=1450
Associated revisions
feature #3808: add vnet GUEST_MTU to context file
It's added as MTU for each vnet, for example:
ETH0_MTU="1450"
History
#1 Updated by Ruben S. Montero about 6 years ago
- Category changed from Context to Core & System
- Assignee set to Ruben S. Montero
#2 Updated by Ruben S. Montero almost 6 years ago
- Assignee changed from Ruben S. Montero to Jaime Melis
#3 Updated by Ignacio M. Llorente almost 6 years ago
- Assignee changed from Jaime Melis to Javi Fontan
#4 Updated by Javi Fontan almost 6 years ago
- Category changed from Core & System to Documentation
MTU in vnets is used to set the host interface MTU. A new variable called GUEST_MTU is used to configure the guest interface. It generates context variables in this form:
ETH0_MTU="1450"
Context packages already support this parameter:
https://github.com/OpenNebula/addon-context-linux/commit/d80c4907ee3492ade1e7b375dfa1450147c4d16f
#5 Updated by Javi Fontan almost 6 years ago
- Status changed from Pending to Closed
- Resolution set to fixed