Avnu / detd

Proof-of-concept for a developer-friendly system service to handle time-sensitive applications.
BSD 3-Clause "New" or "Revised" License
17 stars 6 forks source link

Setup of VLAN interface #8

Open koalo opened 1 year ago

koalo commented 1 year ago

Currently, the VLAN interface is set up via the ip CLI and fails if it already exists. Switch to directly interfacing via netlink and if the interface exists, ensure the configuration is correct, but do not fail.