[05:18] Hi ChanServ How to deactivate an interface in netplan? previously i  was using nmcli conn down with NM. [08:16] sakth: that is currently not supported, but will soon be via: https://github.com/canonical/netplan/pull/171 [10:10] hello all [10:11] I have some questions about netplan usage [10:12] I didn't find how to get netplan version. It helps me to know if netplan support sriov feature [10:13] how can I get netplan version? [10:14] Stranger][: Hey, you can run 'netplan info' to check for the 'sriov' feature flag [10:14] also you can run 'dpkg -l | grep netplan' (if you're running Ubuntu) [10:15] slyon: thanks a lot! [10:15] I've tried to netplan info and didn't find sriov flag [10:19] I don't understand how to get netplan version expliciltly. There are some 0.99 version mentions in documentation but there is no the obvious way to get version [10:42] Stranger][: you can check the version of the installed netplan package by running 'dpkg -l | grep netplan' (on Ubuntu [10:43] you cannot get this information through netplan itself (it only shows feature flags) [11:48] slyon: yeah I've got it. But it is not direct way to get software version info)))) the common way is --version flag for most applications [11:48] it's seemed kind of strange to me