chiark / gitweb /
config: No longer substitute ifname_*; (more) breaking change
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 25 Jul 2021 18:27:56 +0000 (19:27 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 25 Jul 2021 19:45:57 +0000 (20:45 +0100)
commit7ba4c310ef43a07d70d47eaa98147204dba4e242
tree3012073d3a56c0ee4138f99ce7de08f91a007b10
parentc5ddf3d700ee5c0b10a69f798ea0d3752a250759
config: No longer substitute ifname_*; (more) breaking change

The docs didn't mention this.  Technically it's a breaking change that
unlike in Python, stuff doesn't gets substituted willy nilly into
every variable from every other variable.  Here we just delete (again)
the code to specially do this for ifname_client and ifname_server.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
src/config.rs