#1001087 ifupdown2 not set ip address of tincvpn interface

#1001087#5
Date:
2021-12-04 02:14:47 UTC
From:
To:
Dear Maintainer,

I configure tincvpn interface as follow:

auto tincvpn
iface tincvpn inet static
	address 10.100.6.5/24
        tinc-net do
        tinc-debug 1
        tinc-user nobody
        tinc-pidfile /tmp/tinc.pid
        tinc-logfile /tmp/tinc.log

When I use ifup from ifupdown2 to bringup this interface, the interface is bringed up, but the address is not assigned.

If I switchback to ifupdown, the tincvpn interface can be bringed up and the ip address is assigned too.