You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 11, 2021. It is now read-only.
It should be possible to add mroutes with multiple gateways to a specific table
Actual Behavior
When setting a mroute with muliple nexthops (eg ECMP) and an explicit defined table, the resulting command in the route file has the wrong order and is therefore not applied on network (re-)start
The table parameter is added after the vias which works with a single gateway but not with multiple nexthops.
Expected Behavior
It should be possible to add mroutes with multiple gateways to a specific table
Actual Behavior
When setting a mroute with muliple nexthops (eg ECMP) and an explicit defined table, the resulting command in the route file has the wrong order and is therefore not applied on network (re-)start
The
table
parameter is added after thevia
s which works with a single gateway but not with multiple nexthops.puppet-network/templates/mroute-RedHat.erb
Line 12 in 2f02cf9
This happens also if only one gateway is specified as an array, see
puppet-network/templates/mroute-RedHat.erb
Line 7 in 2f02cf9
Steps to Reproduce the Problem
Suggested fix
Move the table to the beginning of the line, before all gateways. Tested manually, works.
Specifications
tested with 3.5.3 but shouln'd have changed since
The text was updated successfully, but these errors were encountered: