Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5abedd3a authored by Skylar Chang's avatar Skylar Chang Committed by Gerrit - the friendly Code Review server
Browse files

msm: ipa3: add support on detour lan2lan traffic to sw



Add the header file change for user-space module to
specify is this bridge interface has to detour
lan2lan traffic to SW-path.

Change-Id: I5b0bf59c312f09bc44a52a74824e4973c1ac23d0
Signed-off-by: default avatarSkylar Chang <chiaweic@codeaurora.org>
parent 4abe03d7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2844,12 +2844,14 @@ struct ipa_ioc_get_vlan_mode {
 * @vlan_id: vlan ID bridge is mapped to
 * @bridge_ipv4: bridge interface ipv4 address
 * @subnet_mask: bridge interface subnet mask
 * @lan2lan_sw: indicate lan2lan traffic take sw-path or not
 */
struct ipa_ioc_bridge_vlan_mapping_info {
	char bridge_name[IPA_RESOURCE_NAME_MAX];
	uint16_t vlan_id;
	uint32_t bridge_ipv4;
	uint32_t subnet_mask;
	uint8_t lan2lan_sw;
};

struct ipa_coalesce_info {