canonical / charm-advanced-routing

This subordinate charm allows for the configuration of policy routing rules on the deployed host, as well as routes to configured services.
0 stars 3 forks source link

Rules for table main cannot be validated #21

Open jneo8 opened 10 months ago

jneo8 commented 10 months ago

Hi,

I tested this charm to pursue the effects of former policy routing charm, where we used to set a couple of rules like the following:

from $my_net to $my_net lookup main priority 100 from $my_net lookup $my_net_table priority 101

Where $my_net_table contains a single route, a default via for anything coming from a different net to be answered on it.

The outcome is that the charm validator doesn't allow to set a rule without table definition, or if you define the table main, it will fail to recognize it.

An MP is open to fix this issue.

Thanks!

Jose.


Imported from Launchpad using lp2gh.

jneo8 commented 10 months ago

(by aluria) This bug and bug 1864801 point to the same merge proposal. I'll go ahead and mark this one as duplicate.