-
Notifications
You must be signed in to change notification settings - Fork 23
Custom variable ROUTES not applied correctly #284
Copy link
Copy link
Labels
category: context linuxLinux OS contextualization packagesLinux OS contextualization packagessponsoredThis issue is sponsored by user or companyThis issue is sponsored by user or companystatus: acceptedThe issue is valid and will be planned for fix or implementationThe issue is valid and will be planned for fix or implementation
Metadata
Metadata
Assignees
Labels
category: context linuxLinux OS contextualization packagesLinux OS contextualization packagessponsoredThis issue is sponsored by user or companyThis issue is sponsored by user or companystatus: acceptedThe issue is valid and will be planned for fix or implementationThe issue is valid and will be planned for fix or implementation
Currently, the variable
ROUTESbelongs to the VM context and not to the network interface variable.Custom routes are never read because of https://github.com/OpenNebula/one-apps/blob/master/context-linux/src/etc/one-context.d/loc-10-network.d/functions#L536
The quickest solution is changing the line for
This sets up the custom routes correctly