Activity log for bug #1900866

Date Who What changed Old value New value Message
2020-10-21 15:21:15 Adam Dyess bug added bug
2020-10-21 15:21:35 Adam Dyess bug added subscriber Canonical IS Bootstack Bot
2020-10-21 19:34:49 Adam Dyess summary Support fwmark and iff on the RoutingEntryRule Support fwmark and iif on the RoutingEntryRule
2020-10-21 19:35:02 Adam Dyess description I would like the following advanced-routing-config [{ "type": "table", "table": "main" },{ "type": "table", "table": "Public" },{ "type": "rule", "fwmark": "1/0xF", "iff": "bond0", "table": "main", "priority": 110 },{ "type": "rule", "fwmark": "1/0xF", "table": "Public" "priority": 111 }] to create the rules: ip rule add fwmark 1/0xF iff bond0 table main priority 110 ip rule add fwmark 1/0xF table Public priority 111 I would like the following advanced-routing-config [{     "type": "table",     "table": "main" },{     "type": "table",     "table": "Public" },{     "type": "rule",     "fwmark": "1/0xF",     "iif": "bond0",     "table": "main",     "priority": 110 },{     "type": "rule",     "fwmark": "1/0xF",     "table": "Public"     "priority": 111 }] to create the rules: ip rule add fwmark 1/0xF iif bond0 table main priority 110 ip rule add fwmark 1/0xF table Public priority 111
2020-10-22 03:50:42 Adam Dyess merge proposal linked https://code.launchpad.net/~llama-charmers/charm-advanced-routing/+git/charm-advanced-routing/+merge/392645
2020-10-22 03:50:52 Adam Dyess charm-advanced-routing: assignee Adam Dyess (addyess)
2021-02-03 06:35:30 Celia Wang charm-advanced-routing: status New Fix Released
2021-02-03 06:35:32 Celia Wang charm-advanced-routing: milestone 21.01