Get this repository:
git clone https://git.launchpad.net/charm-advanced-routing
Members of Llama (LMA) Charmers can upload to this repository. Log in for directions.

charm-advanced-routing has 2 active reviews. See all merge proposals.

Branches

Name Last Modified Last Commit
master 2023-10-25 05:51:03 UTC
configure networkd during setup

Author: Robert Malz
Author Date: 2023-10-25 05:51:03 UTC

configure networkd during setup

Systemd in some scenarios can remove any rules defined outside
To fix that ManageForeignRouting* configuraton has been
Set networkd configuration during charm setup to make rules persistant.

Close LP #2034029

Reviewed-on: https://code.launchpad.net/~rmalz/charm-advanced-routing/+git/charm-advanced-routing/+merge/453785
Reviewed-by: Eric Chen <eric.chen@canonical.com>
Reviewed-by: 🤖 prod-jenkaas-bootstack <webops+prod-jenkaas-bootstack@canonical.com>
Reviewed-by: Andrea Ieri <andrea.ieri@canonical.com>
Reviewed-by: Robert Gildein <robert.gildein@canonical.com>

candidate/21.10 2021-08-02 16:09:50 UTC
Minor lint fixes for README.md

Author: Xav Paice
Author Date: 2021-08-02 16:09:50 UTC

Minor lint fixes for README.md

Reviewed-on: https://code.launchpad.net/~xavpaice/charm-advanced-routing/+git/charm-advanced-routing/+merge/406501
Reviewed-by: James Troup <james.troup@canonical.com>
Reviewed-by: Xiyue Wang <celia.wang@canonical.com>

stable/21.10 2021-08-02 16:09:50 UTC
Minor lint fixes for README.md

Author: Xav Paice
Author Date: 2021-08-02 16:09:50 UTC

Minor lint fixes for README.md

Reviewed-on: https://code.launchpad.net/~xavpaice/charm-advanced-routing/+git/charm-advanced-routing/+merge/406501
Reviewed-by: James Troup <james.troup@canonical.com>
Reviewed-by: Xiyue Wang <celia.wang@canonical.com>

stable/21.07 2021-06-24 00:36:41 UTC
Fix storing of flags on apply-changes action, plus improve error logging

Author: Paul Goins
Author Date: 2021-06-24 00:36:41 UTC

Fix storing of flags on apply-changes action, plus improve error logging

Reviewed-on: https://code.launchpad.net/~vultaire/charm-advanced-routing/+git/charm-advanced-routing/+merge/404622
Reviewed-by: James Troup <james.troup@canonical.com>
Reviewed-by: 🤖 prod-jenkaas-bootstack <webops+prod-jenkaas-bootstack@canonical.com>
Reviewed-by: Xav Paice <xav.paice@canonical.com>

candidate/21.07 2021-06-24 00:36:41 UTC
Fix storing of flags on apply-changes action, plus improve error logging

Author: Paul Goins
Author Date: 2021-06-24 00:36:41 UTC

Fix storing of flags on apply-changes action, plus improve error logging

Reviewed-on: https://code.launchpad.net/~vultaire/charm-advanced-routing/+git/charm-advanced-routing/+merge/404622
Reviewed-by: James Troup <james.troup@canonical.com>
Reviewed-by: 🤖 prod-jenkaas-bootstack <webops+prod-jenkaas-bootstack@canonical.com>
Reviewed-by: Xav Paice <xav.paice@canonical.com>

stable/21.01 2021-01-20 14:00:18 UTC
Trivial: lint fix

Author: Peter Sabaini
Author Date: 2021-01-20 14:00:18 UTC

Trivial: lint fix

bug/1900866 2021-01-19 15:18:33 UTC
simplify FWMARk regex and user value validation

Author: Adam Dyess
Author Date: 2021-01-19 15:18:33 UTC

simplify FWMARk regex and user value validation

stable/20.10 2020-10-16 15:18:42 UTC
Merge remote-tracking branch 'drew/blacken-20.10'

Author: Alvaro Uria
Author Date: 2020-10-16 15:18:42 UTC

Merge remote-tracking branch 'drew/blacken-20.10'

Reviewed-on: https://code.launchpad.net/~afreiberger/charm-advanced-routing/+git/charm-advanced-routing/+merge/392347
Reviewed-by: Alvaro Uria <alvaro.uria@canonical.com>

stable/20.08 2020-08-13 18:18:19 UTC
Charm proof built code

Author: Alvaro Uria
Author Date: 2020-08-13 18:18:19 UTC

Charm proof built code

stable/20.05 2020-05-12 15:13:11 UTC
Merge branch 'aluria/bug/1867761' into master

Author: Alvaro Uria
Author Date: 2020-05-12 15:13:11 UTC

Merge branch 'aluria/bug/1867761' into master

Reviewed-on: https://code.launchpad.net/~peter-sabaini/charm-advanced-routing/+git/charm-advanced-routing/+merge/382880
Reviewed-by: Alvaro Uria <alvaro.uria@canonical.com>
Signed-off-by: Alvaro Uria <alvaro.uria@canonical.com>

stable/20.02 2020-03-19 08:49:19 UTC
LP#1867891: Fix ifup/down scripts

Author: Alvaro Uria
Author Date: 2020-03-18 08:57:42 UTC

LP#1867891: Fix ifup/down scripts

Reviewed-on: https://code.launchpad.net/~canonical-is-bootstack/charm-advanced-routing/+git/charm-advanced-routing/+merge/380806
Reviewed-by: Giuseppe Petralia <giuseppe.petralia@canonical.com>
Reviewed-by: Jeremy Lounder <jeremy.lounder@canonical.com>

dev/upgrade2 2020-02-28 12:32:46 UTC
Remove Xenial support

Author: Alvaro Uria
Author Date: 2020-02-28 12:32:46 UTC

Remove Xenial support

testing/20.02 2020-02-27 15:10:23 UTC
Backward compatible with charm-policy-routing

Author: Alvaro Uria
Author Date: 2020-02-27 15:10:23 UTC

Backward compatible with charm-policy-routing

 * "main" table is implicit
 * "default_route" and "net" are mutually exclusive
 * "default_route" needs "table" != "main"
 * Rules can skip "to-net" keyword
 * Functional tests have been extended
 * Only supported in Bionic onwards (for now)

bug/1864801 2020-02-27 15:10:23 UTC
Backward compatible with charm-policy-routing

Author: Alvaro Uria
Author Date: 2020-02-27 15:10:23 UTC

Backward compatible with charm-policy-routing

 * "main" table is implicit
 * "default_route" and "net" are mutually exclusive
 * "default_route" needs "table" != "main"
 * Rules can skip "to-net" keyword
 * Functional tests have been extended
 * Only supported in Bionic onwards (for now)

114 of 14 results
You can't create new repositories for charm-advanced-routing.