Skip to content
Snippets Groups Projects
Commit a7def170 authored by Oliver Herms's avatar Oliver Herms
Browse files

Fixing lpref that wasn't meant to be included here

parent 3356dafb
No related branches found
No related tags found
No related merge requests found
......@@ -41,10 +41,6 @@ func (u *UpdateSenderAddPath) AddPath(pfx net.Prefix, p *route.Path) error {
Next: &packet.PathAttribute{
TypeCode: packet.NextHopAttr,
Value: p.BGPPath.NextHop,
Next: &packet.PathAttribute{
TypeCode: packet.LocalPrefAttr,
Value: p.BGPPath.LocalPref,
},
},
},
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment