Add tunnel interface to bridge

I’m trying to create a L2 bridge with a EdgeRouter using gre-bridge. The bridge-group option is not available under tunnel interfaces. It works fine after using brctl to add the tunnel to the bridge, but I have to do it manually after reboot.

Looking at the code, it seems as simple as copying a directory under templates, but I’m not sure if there’s other parts that might need to be changed.