lp:~txiao/charm-advanced-routing

Owned by Tianqi Xiao
Get this repository:
git clone https://git.not.enabled/~txiao/charm-advanced-routing
Only Tianqi Xiao can upload to this repository. If you are Tianqi Xiao please log in for upload directions.

Branches

Name Last Modified Last Commit
master 2022-09-06 21:32:41 UTC
Revert "add release note for 22.08"

Author: Tianqi Xiao
Author Date: 2022-09-06 21:31:53 UTC

Revert "add release note for 22.08"

This reverts commit 3f184ad7bce9d3371e4e71d69c68d5705a67572b because
we no longer keep release notes in the source code.

release_note 2022-08-25 17:25:42 UTC
add release note for 22.08

Author: Tianqi Xiao
Author Date: 2022-08-25 17:19:44 UTC

add release note for 22.08

jammy-support 2022-08-09 14:18:20 UTC
Add jammy support

Author: Tianqi Xiao
Author Date: 2022-08-09 14:18:20 UTC

Add jammy support

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>

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>

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.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)

116 of 16 results
This repository contains Public information 
Everyone can see this information.

Subscribers