From: Ian Jackson Date: Wed, 1 Oct 2014 22:33:39 +0000 (+0100) Subject: test-example: Reorder a config to better test CHILDPERSIST X-Git-Tag: base.ipv6-polypath-fixes-2.v1~27 X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/commitdiff_plain/eecff7e35bcb1dbde57c380dc13649c3fc579e92?ds=sidebyside;hp=eecff7e35bcb1dbde57c380dc13649c3fc579e92 test-example: Reorder a config to better test CHILDPERSIST If we move the polypath comm before the tun netlink, the tun will already have been set up by the time polypath spawns its privsep helper. (Since the entries are processed in reverse order.) This means that the CHILDPERSIST phase hook ends up closing the tun fd, which we can see in strace. Signed-off-by: Ian Jackson ---