svinota / pyroute2

Python Netlink and PF_ROUTE library — network configuration and monitoring
https://pyroute2.org/
Other
960 stars 248 forks source link

question: NDB support for vlan filters #763

Open dattto opened 3 years ago

dattto commented 3 years ago

Hello

In the docs, the process of using vlan filters is described as part of IPRoute: https://docs.pyroute2.org/iproute.html#pyroute2.iproute.linux.RTNL_API.vlan_filter

Can NDB be used to configure the same code sequence as in the example?

Thank you for this package, David

svinota commented 3 years ago

Not yet, vlan filters are still read-only in NDB.

To be implemented asap.