Skip to content

Commit e733b6f

Browse files
committed
.
1 parent 622daf4 commit e733b6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/store.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ pub trait Store: Clone + Send + Sync + 'static {
310310
}
311311
}
312312
BgpAttrItem::NextHop(BgpNextHop { value }) => {
313-
nexthop = Some(value);
313+
nexthop = Some(value.to_canonical());
314314
}
315315
BgpAttrItem::CommunityList(BgpCommunityList { value }) => {
316316
let mut communities = vec![];

0 commit comments

Comments
 (0)