Commit 508ae9f8 authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

for now turn off VLAN untagging in wrsw_nic

parent 7023cff2
......@@ -588,7 +588,7 @@ begin
g_interface_mode => PIPELINED,
g_address_granularity => BYTE,
g_port_mask_bits => c_NUM_PORTS+1,
g_rx_untagging => true)
g_rx_untagging => false)
port map (
clk_sys_i => clk_sys,
rst_n_i => rst_n_sys,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment