netplan:slyon/lp1949893-dbus-try-wait

Last commit made on 2021-11-26
Get this branch:
git clone -b slyon/lp1949893-dbus-try-wait https://git.launchpad.net/netplan

Branch merges

Branch information

Name:
slyon/lp1949893-dbus-try-wait
Repository:
lp:netplan

Recent commits

5aa371b... by Lukas Märdian

dbus: move ephemeral netplan config states to /run/netplan

to avoid potential expolits of tmpfiles, like https://lwn.net/Articles/250468/

5b6100e... by Lukas Märdian

dbus:cli: move netplan-try.ready stamp file to /run/netplan

to avoid potential expolits of tmpfiles, like https://lwn.net/Articles/250468/

eee9d6b... by Lukas Märdian

cli:apply: some more time for NM to have all interfaces created

36cc22d... by Lukas Märdian

dbus: wait for 'netplan try' to be ready

netplan-dbus now waits for the spawned 'netplan try' child to touch the
/tmp/netplan-try.ready stamp file before it returns the DBus call. If no
stamp file is detected within up to 5sec it hits a timeout and returns an
error.

20488eb... by Lukas Märdian

cli:try: add touch/clear_ready_stamp methods

7280c9b... by Lukas Märdian

test:utils: add touch() method to MockCmd

6dbe0b4... by Lukas Märdian

test:dbus: some cleanup

c6ad8e6... by Lukas Märdian

test:bridge:base: give bridge some more time to reach 'state UP'

9a4c2e1... by Lukas Märdian

Makefile: fix warning about pandoc title

5a34a7e... by Lukas Märdian

doc: fix WireGuard writing

as recommended by upstream