Skip to content
Snippets Groups Projects
Commit c8a05e1d authored by Daniel Czerwonk's avatar Daniel Czerwonk
Browse files

fixed typo

parent 44eb4d8c
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ func (f *TermCondition) Matches(p net.Prefix, pa *route.Path) bool { ...@@ -23,7 +23,7 @@ func (f *TermCondition) Matches(p net.Prefix, pa *route.Path) bool {
return f.matchesPrefixListFilters(p) && return f.matchesPrefixListFilters(p) &&
f.machtchesRouteFilters(p) && f.machtchesRouteFilters(p) &&
f.machtchesCommunityFilters(pa) && f.machtchesCommunityFilters(pa) &&
f.machtchesLageCommunityFilters(pa) f.machtchesLargeCommunityFilters(pa)
} }
func (t *TermCondition) matchesPrefixListFilters(p net.Prefix) bool { func (t *TermCondition) matchesPrefixListFilters(p net.Prefix) bool {
...@@ -72,7 +72,7 @@ func (t *TermCondition) machtchesCommunityFilters(pa *route.Path) bool { ...@@ -72,7 +72,7 @@ func (t *TermCondition) machtchesCommunityFilters(pa *route.Path) bool {
return false return false
} }
func (t *TermCondition) machtchesLageCommunityFilters(pa *route.Path) bool { func (t *TermCondition) machtchesLargeCommunityFilters(pa *route.Path) bool {
if len(t.largeCommunityFilters) == 0 { if len(t.largeCommunityFilters) == 0 {
return true return true
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment