On Wed, 10 Jun 2026 16:46:18 +0200 Paolo Pisati wrote: > fcnal-test.sh loads br_netfilter to test bridge-into-VRF scenarios but > does not remove it at function exit (the second modprobe around line 4158 > has no matching rmmod). Since tests run sequentially, any test running > after fcnal-test.sh inherits it.
And why is that a problem? As a general rule tests shouldn't unload the modules they loaded cause something else may have started using them. Also you did not CC netdev@ on this.
