Hi! Thanks for looking into this and determining what was going on.
Based on the documentation I agree that it is not capturing enp* network devices. However, as the man page says you can add a regex if you want to capture other types of interfaces:
bridge_ports regex enp.*
If you desire to change the behavior of the 'all' wildcard, then I would suggest filing an upstream bug report to change this behavior. I will mark this as a wishlist bug.
Hi! Thanks for looking into this and determining what was going on.
Based on the documentation I agree that it is not capturing enp* network devices. However, as the man page says you can add a regex if you want to capture other types of interfaces:
bridge_ports regex enp.*
If you desire to change the behavior of the 'all' wildcard, then I would suggest filing an upstream bug report to change this behavior. I will mark this as a wishlist bug.