charm-advanced-routing:bug/1864801

Last commit made on 2020-02-27
Get this branch:
git clone -b bug/1864801 https://git.launchpad.net/charm-advanced-routing
Members of Llama (LMA) Charmers can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
bug/1864801
Repository:
lp:charm-advanced-routing

Recent commits

3a425c7... by Alvaro Uria

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)

d1a4631... by Alvaro Uria

Fixes after running func tests

2ce1e9b... by Alvaro Uria

Update func tests

40e867e... by Alvaro Uria

Update unit tests

6f84d72... by Alvaro Uria

Fix typos, refactor code

 * Catch exceptions in the reactive script
 * Use layer-status in the reactive script
 * Refactor same checks into for loops
 * Use pathlib instead of os.path.join

0b3e48e... by Diko Parvanov

Added 'xenial' in functional testing

124e6d5... by Diko Parvanov

Extended functional testing

a343b4d... by Diko Parvanov

Changed exception handling code styling edit

bdbf000... by Diko Parvanov

Revert "Debug raise statements cleanup"

This reverts commit ffef187cd0ac5e1092c7fd239ab4b6a0bac5a239.

ffef187... by Diko Parvanov

Debug raise statements cleanup