1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-16 22:50:10 +03:00
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:
Ruben S. Montero 2021-09-13 13:23:36 +02:00
parent 846fe9619f
commit e4d2cc11b9
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -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},