-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: support adding tun devices #530
Comments
Hi, what is the use case for it ? |
In my case an openvpn server. In order to use firewalld zones and policy for the forwarding rules, the device must exist statically and cannot be created on-demand by the openvpn process. |
ok, I will add support for this. |
@h3po does this mean you need tun devices and be able to set a firewalld zone for them via the network role or is it enough to be able to create the tun devices? |
ansible.posix.firewalld already supports setting the firewalld zone, the device just needs to exist |
Eventually, we may want to support it in Nmstate, so that we can use it in the |
Hi |
We want to support it in nmstate, not sure if you have experience coding in rust ? |
Yes, I do. |
Hi @liangwen12year can you please assign it to me? Thanks |
I assigned it, thanks. |
Thanks a lot for the help. |
Hi, can you please assign this to someone else? I’ve been assigned some other, thanks a lot I really appreciate. |
I cleared the assignee. |
Please add support for creating connections with
type: tun
. These are the nmcli options for tun devices:The text was updated successfully, but these errors were encountered: