我正在尝试为 systemd 创建与以下内容等效的内容。
auto strongswan0
iface strongswan0 inet static
address 10.0.2.1/24
pre-up ip link add strongswan0 type dummy
我正在尝试为 systemd 创建与以下内容等效的内容。
auto strongswan0
iface strongswan0 inet static
address 10.0.2.1/24
pre-up ip link add strongswan0 type dummy
弄清楚了!