OpenNebula / addon-context-linux

Linux VM Contextualization
Apache License 2.0
56 stars 73 forks source link

Automatically add static route for onegate-proxy #281

Closed baby-gnu closed 1 year ago

baby-gnu commented 1 year ago

Hello.

With the new onegate-proxy in OpenNebula 6.6, I think that contextualisation should add static address if ONEGATE_ENDPOINT point to a link local address:

  1. extract ONEGATE_ENDPOINT host
  2. if the ONEGATE_ENDPOINT host is a link local address, add a static route

Thanks.

rsmontero commented 1 year ago

Makes total sense, adding for next release. Thanks!

tinova commented 1 year ago

Related to #277