ref: https://forum.proxmox.com/threads/how-to-pass-vlan-0-priority-tags-to-pfsense-for-dhcp.112374/
I need to set a bridge flag to pass certain traffic to the vm. The problem is the bridge does not exist until *after* the vm is started.
Putting this into the interfaces as a post-up command does not work. It's ignored because at host boot time, the fwbr105i1 bridge does not exist.
Thanks!
I need to set a bridge flag to pass certain traffic to the vm. The problem is the bridge does not exist until *after* the vm is started.
Code:
echo 8 > /sys/class/net/fwbr105i1/bridge/group_fwd_mask
Putting this into the interfaces as a post-up command does not work. It's ignored because at host boot time, the fwbr105i1 bridge does not exist.
Thanks!
Last edited: