Integrate Virtual Interface with config.boot

Installed Openvswitch 2.12.9 on Vyos-1.3 and it appear to be working ok.

Is there a way to integrate the logical Interface with configure instead of manually editing /etc/network/interface

logical Interface name = vsw1

cat /etc/network/interface

The loopback network interface

auto lo
iface lo inet loopback

OVSBridge network Interface

auto vsw1
iface vsw1 inet static
address 192.168.122.211/24

/sys/class/net/
eth0
lo
ovs-system
vsw1

Thx