netplan:kev1989/ttl-tunnel-option

Last commit made on 2021-02-24
Get this branch:
git clone -b kev1989/ttl-tunnel-option https://git.launchpad.net/netplan

Branch merges

Branch information

Name:
kev1989/ttl-tunnel-option
Repository:
lp:netplan

Recent commits

50a8321... by Lukas Märdian

fixes

83e42ea... by kev1989 <email address hidden>

Changed coverage tests

39bf723... by kev1989 <email address hidden>

Changed coverage tests

f29269d... by kev1989 <email address hidden>

Added TTL option for tunnels

1e0f223... by n3wtype <email address hidden>

Added per route congestion-window/advertised-receive-window options (#177)

Add possibility to set initcwnd/initrwnd options on routes.

Commits:
* Added per route initcwnd/initrwnd option
* fixed integration test
* fixed integration test
* Update doc/netplan.md
Co-authored-by: Lukas Märdian <email address hidden>
* Update doc/netplan.md
Co-authored-by: Lukas Märdian <email address hidden>
* Update doc/netplan.md
Co-authored-by: Lukas Märdian <email address hidden>
* Update src/parse.c
Co-authored-by: Lukas Märdian <email address hidden>
* Update doc/netplan.md
Co-authored-by: Lukas Märdian <email address hidden>
* Fixed formating and indentation
* Update tests/integration/routing.py
Co-authored-by: Lukas Märdian <email address hidden>
* parse: rename congestion-window & advertised-receive-window
Co-authored-by: Marcin Matląg <email address hidden>
Co-authored-by: Lukas Märdian <email address hidden>
Co-authored-by: Lukas Märdian <email address hidden>

ac2a1b9... by Lukas Märdian

Update Github URL (#192)

165e908... by Lukas Märdian

cli:utils: handle emtpy netifaces.ifaddresess call (#188)

In some cases the netifaces.ifaddresses() method returns an empty dict. Accessing this dict throws a KeyError, because there is no netifaces.AF_LINK (= 17) link layer address data.

51a6032... by Michael Biebl

Stop using deprecated systemd-resolve tool

Closes: #979266 (Debian)
systemd-resolve was renamed to resolvectl as of v239

d9d35c6... by Lukas Märdian

cli:apply: Add comment about snapd/DBus compatibility

bdc2b1d... by Lucas Mlsna <email address hidden>

Clarified `dhcp-identifier` option (#186)

Added information about the other accepted scalar duid which can be specified or is assumed if the option is omitted entirely.