-
Notifications
You must be signed in to change notification settings - Fork 201
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 support for VXLAN tunnels (LP: #1764716) #288
Commits on Aug 9, 2022
-
parse: generic map multipass processing fixes
V2: optimize using g_hash_table_lookup_extended()
Configuration menu - View commit details
-
Copy full SHA for 3edadf1 - Browse repository at this point
Copy the full SHA 3edadf1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0a44af - Browse repository at this point
Copy the full SHA e0a44afView commit details -
V2: constant array size, using NETPLAN_INFINIBAND_MODE_MAX_
Configuration menu - View commit details
-
Copy full SHA for 445d529 - Browse repository at this point
Copy the full SHA 445d529View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd265c2 - Browse repository at this point
Copy the full SHA bd265c2View commit details
Commits on Aug 11, 2022
-
V2: tightly pack flag names arrays & loop through them incrementally V3: improve NAME_FUNCTION_FLAGS input validation flags fixup
Configuration menu - View commit details
-
Copy full SHA for 055a6e0 - Browse repository at this point
Copy the full SHA 055a6e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 596f12a - Browse repository at this point
Copy the full SHA 596f12aView commit details -
Handle VXLAN tunnel parsing, validation and YAML
V2: + handle VXLAN postprocessing (assignment of implicit values) at the end of the parsing stage, instead in validation statge + use NetplanVxlan private struct, independently of the legacy ABI Co-authored-by: Lukas Märdian <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3e50f7d - Browse repository at this point
Copy the full SHA 3e50f7dView commit details -
networkd: VXLAN tunnel rendering
V2: use NetplanVxlan private struct, independently of the legacy ABI Co-authored-by: Lukas Märdian <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bd3bc08 - Browse repository at this point
Copy the full SHA bd3bc08View commit details -
V2: use NetplanVxlan private struct, independently of the legacy ABI
Configuration menu - View commit details
-
Copy full SHA for b007de2 - Browse repository at this point
Copy the full SHA b007de2View commit details -
doc: add VXLAN docs & examples
Co-authored-by: Anthony Timmins <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 462c3e3 - Browse repository at this point
Copy the full SHA 462c3e3View commit details -
test:tunnels:configmanager: add VXLAN unit tests
Co-authored-by: Anthony Timmins <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 45eab03 - Browse repository at this point
Copy the full SHA 45eab03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ba05f6 - Browse repository at this point
Copy the full SHA 5ba05f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72774d8 - Browse repository at this point
Copy the full SHA 72774d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae582f2 - Browse repository at this point
Copy the full SHA ae582f2View commit details