Skip to content
Snippets Groups Projects
Commit 64d2e213 authored by Maciej Lipinski's avatar Maciej Lipinski
Browse files

RTU: clarifying comment to change in pass_bpdu behavior

parent 0af56550
Branches v3.3-dev
Tags
No related merge requests found
......@@ -1059,7 +1059,10 @@ begin
-- entry is not bpdu, drop
-------------------------------------------
if((s_rtu_pcr_pass_bpdu = '1') and (s_dst_entry_is_bpdu = '0')
--ML(12/04/2013): to make pass_bpdu work both for pass_all TRUE and FALSE
--ML(12/04/2013): change to make sure that we drop non-bpdu frames
--only when pass_all=FALSE (before, it was necessary to change to TRUE
--both, pass_bpdu and pass_all, to enable normal (non-bpdu) traffic
--on a port
and ((requesting_port and rtu_pcr_pass_all_i) = zeros)) then
-- RETURN
......
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