Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
White Rabbit Switch - Gateware
Manage
Activity
Members
Labels
Plan
Issues
15
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Projects
White Rabbit Switch - Gateware
Commits
64d2e213
Commit
64d2e213
authored
11 years ago
by
Maciej Lipinski
Browse files
Options
Downloads
Patches
Plain Diff
RTU: clarifying comment to change in pass_bpdu behavior
parent
0af56550
Branches
v3.3-dev
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/wrsw_rtu/rtu_match.vhd
+4
-1
4 additions, 1 deletion
modules/wrsw_rtu/rtu_match.vhd
with
4 additions
and
1 deletion
modules/wrsw_rtu/rtu_match.vhd
+
4
−
1
View file @
64d2e213
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment