Skip to content

Commit

Permalink
Move new PathAttribute and friends into bgp::path_attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
DRiKE committed Sep 5, 2023
1 parent 7c58438 commit 1ea6361
Show file tree
Hide file tree
Showing 4 changed files with 2,751 additions and 1,864 deletions.
4 changes: 2 additions & 2 deletions src/bgp/message/update.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2052,7 +2052,7 @@ use crate::bgp::message::update_builder::{

//use rotonda_fsm::bgp::session::AgreedConfig;

use super::update_builder::new_pas;
use crate::bgp::path_attributes as new_pas;
#[derive(Debug)]
pub struct UpdateBuilder<Target> {
target: Target,
Expand Down Expand Up @@ -2759,7 +2759,7 @@ where Infallible: From<<Target as OctetsBuilder>::AppendError>
}
}

use super::update_builder::new_pas::Attribute;
use new_pas::Attribute;
impl<Target> UpdateBuilder<Target>
where
Target: OctetsBuilder + FreezeBuilder + AsMut<[u8]>,
Expand Down
Loading

0 comments on commit 1ea6361

Please sign in to comment.