Hi there,
Need help figuring out why CAP interfaces are not being added dynamically to the bridge as ports on the CAPsMAN, when Local Forwarding is Enabled.
[admin@CAPsMAN] > caps-man datapath print
0 name="private" client-to-client-forwarding=yes bridge=bridge-private local-forwarding=yes
1 name="public" bridge=bridge-guests local-forwarding=no
Result:
[admin@CAPsMAN] > /interface bridge port print
Flags: X - disabled, I - inactive, D - dynamic, H - hw-offload
# INTERFACE BRIDGE HW PVID PRIORITY PAT
0 H ;;; defconf
ether2 bridge-private yes 1 0x80
1 H ;;; defconf
ether3 bridge-private yes 1 0x80
2 H ;;; defconf
ether4 bridge-private yes 1 0x80
3 I H ;;; defconf
ether5 bridge-private yes 1 0x80
4 ID outside-guests bridge-guests 1 0x80
5 ID upstairs-guests bridge-guests 1 0x80
6 ID downstairs-guests bridge-guests 1 0x80
As you can see, only the interfaces using the public datapath have been added as ports to bridge-guests.
Much obliged.