Skip to content

Commit

Permalink
behind feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
density215 committed Jun 12, 2024
1 parent 0097946 commit 9c2fcae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/bgp/nlri/common.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@

use octseq::{Octets, OctetsBuilder, Parser};
use bincode::{Decode, Encode};
use crate::util::parser::ParseError;
use inetnum::addr::Prefix;
use super::afisafi::Afi;

#[cfg(feature = "bincode")]
use bincode::{Decode, Encode};

use std::net::{Ipv4Addr, Ipv6Addr};
use std::fmt;

Expand Down

0 comments on commit 9c2fcae

Please sign in to comment.