mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-16 22:50:10 +03:00
F OpenNebula/addon-context-linux#86: IP6_GATEWAY
Release 6.2 will render the same Gateway value for ETHx_GATEWAY6 and ETHx_IP6_GATEWAY. ETHx_GATEWAY6 will be deprecated in a future release
This commit is contained in:
parent
846fe9619f
commit
e4d2cc11b9
@ -62,6 +62,7 @@ const std::vector<ContextVariable> NETWORK6_CONTEXT = {
|
||||
{"IP6", "IP6_GLOBAL", "IP6", false},
|
||||
{"IP6_ULA", "IP6_ULA", "", false},
|
||||
{"GATEWAY6", "GATEWAY6", "", true},
|
||||
{"IP6_GATEWAY", "GATEWAY6", "", true},
|
||||
{"IP6_METRIC", "IP6_METRIC", "", true},
|
||||
{"IP6_METHOD", "IP6_METHOD", "", true},
|
||||
{"IP6_PREFIX_LENGTH", "PREFIX_LENGTH", "", true},
|
||||
|
Loading…
x
Reference in New Issue
Block a user