.hostprio = 7,
                .mac_fltres1 = SJA1105_LINKLOCAL_FILTER_A,
                .mac_flt1    = SJA1105_LINKLOCAL_FILTER_A_MASK,
-               .incl_srcpt1 = false,
+               .incl_srcpt1 = true,
                .send_meta1  = false,
                .mac_fltres0 = SJA1105_LINKLOCAL_FILTER_B,
                .mac_flt0    = SJA1105_LINKLOCAL_FILTER_B_MASK,
-               .incl_srcpt0 = false,
+               .incl_srcpt0 = true,
                .send_meta0  = false,
                /* Default to an invalid value */
                .mirr_port = priv->ds->num_ports,
        general_params->tpid = tpid;
        /* EtherType used to identify outer tagged (S-tag) VLAN traffic */
        general_params->tpid2 = tpid2;
-       /* When VLAN filtering is on, we need to at least be able to
-        * decode management traffic through the "backup plan".
-        */
-       general_params->incl_srcpt1 = enabled;
-       general_params->incl_srcpt0 = enabled;
 
        for (port = 0; port < ds->num_ports; port++) {
                if (dsa_is_unused_port(ds, port))