We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbc5fac commit 334843dCopy full SHA for 334843d
src/bgp/message/update_builder.rs
@@ -1209,7 +1209,7 @@ pub struct StandardCommunitiesList {
1209
}
1210
1211
impl StandardCommunitiesList {
1212
- pub(crate) fn new() -> StandardCommunitiesList {
+ pub fn new() -> StandardCommunitiesList {
1213
StandardCommunitiesList {
1214
communities: Vec::new(),
1215
len: 0,
src/lib.rs
@@ -10,6 +10,8 @@ pub mod bmp;
10
pub mod flowspec;
11
12
pub use octseq::Octets;
13
+pub use inetnum::asn::Asn;
14
+pub use inetnum::addr::Prefix;
15
16
//--- Private modules
17
0 commit comments