Skip to content

Commit

Permalink
Make MpReachNlriBuilder::new_for_nlri pub
Browse files Browse the repository at this point in the history
  • Loading branch information
DRiKE committed Feb 29, 2024
1 parent ce8920f commit 84c712a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bgp/message/update_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ impl MpReachNlriBuilder {
}
}

pub(crate) fn new_for_nlri<T>(nlri: &Nlri<T>) -> Self
pub fn new_for_nlri<T>(nlri: &Nlri<T>) -> Self
where T: Octets,
Vec<u8>: OctetsFrom<T>
{
Expand Down

0 comments on commit 84c712a

Please sign in to comment.