Skip to content

Commit

Permalink
hack
Browse files Browse the repository at this point in the history
  • Loading branch information
rwestphal committed Sep 4, 2023
1 parent 772ef66 commit a0cb521
Show file tree
Hide file tree
Showing 7 changed files with 56 additions and 56 deletions.
8 changes: 4 additions & 4 deletions holo-ldp/src/packet/message.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ use crate::packet::DecodeCxt;
// | Message ID |
// +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
// | |
// + +
// + +
// | Mandatory Parameters |
// + +
// + +
// | |
// +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
// | |
// + +
// + +
// | Optional Parameters |
// + +
// + +
// | |
// +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
//
Expand Down
2 changes: 1 addition & 1 deletion holo-ldp/src/packet/messages/initialization.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ pub struct InitMsg {
// |A|D| Reserved | PVLim | Max PDU Length |
// +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
// | Receiver LDP Identifier |
// + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
// + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
// | |
// -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++
//
Expand Down
2 changes: 1 addition & 1 deletion holo-ldp/src/packet/pdu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ use crate::packet::DecodeCxt;
// | Version | PDU Length |
// +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
// | LDP Identifier |
// + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
// + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
// | |
// +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
//
Expand Down
2 changes: 1 addition & 1 deletion holo-ospf/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#![allow(type_alias_bounds)]
#![feature(btree_extract_if, hash_extract_if, ip, let_chains, lazy_cell)]

pub mod area;
pub mod area;
pub mod collections;
pub mod debug;
pub mod error;
Expand Down
90 changes: 45 additions & 45 deletions holo-ospf/src/ospfv3/packet/lsa.rs
Original file line number Diff line number Diff line change
Expand Up @@ -345,9 +345,9 @@ pub struct AdjSid {
// +-+-+-+--+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
// | 0 |Nt|x|V|E|B| Options |
// +-+-+-+--+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
// . .
// . TLVs .
// . .
// . .
// . TLVs .
// . .
// +-+-+-+--+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
//
// Router-Link TLV.
Expand All @@ -367,9 +367,9 @@ pub struct AdjSid {
// +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
// | Neighbor Router ID |
// +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
// . .
// . Sub-TLVs .
// . .
// . .
// . Sub-TLVs .
// . .
// +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
//
#[derive(Clone, Debug, Eq, new, PartialEq)]
Expand Down Expand Up @@ -447,9 +447,9 @@ pub struct LsaRouterLink {
// +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
// | 0 | Options |
// +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
// . .
// . TLVs .
// . .
// . .
// . TLVs .
// . .
// +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
//
// Attached-Routers TLV.
Expand All @@ -463,9 +463,9 @@ pub struct LsaRouterLink {
// +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
// | Adjacent Neighbor Router ID |
// +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
// . .
// . Additional Adjacent Neighbors .
// . .
// . .
// . Additional Adjacent Neighbors .
// . .
// +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
//
#[derive(Clone, Debug, Eq, new, PartialEq)]
Expand Down Expand Up @@ -501,9 +501,9 @@ pub struct LsaNetwork {
// 0 1 2 3
// 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
// +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
// . .
// . TLVs .
// . .
// . .
// . TLVs .
// . .
// +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
//
// Inter-Area-Prefix TLV.
Expand All @@ -522,9 +522,9 @@ pub struct LsaNetwork {
// | Address Prefix |
// | ... |
// +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
// . .
// . Sub-TLVs .
// . .
// . .
// . Sub-TLVs .
// . .
// +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
//
#[derive(Clone, Debug, Eq, new, PartialEq)]
Expand Down Expand Up @@ -563,9 +563,9 @@ pub struct LsaInterAreaPrefix {
// 0 1 2 3
// 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
// +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
// . .
// . TLVs .
// . .
// . .
// . TLVs .
// . .
// +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
//
// Inter-Area-Router TLV.
Expand All @@ -583,9 +583,9 @@ pub struct LsaInterAreaPrefix {
// +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
// | Destination Router ID |
// +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
// . .
// . Sub-TLVs .
// . .
// . .
// . Sub-TLVs .
// . .
// +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
//
#[derive(Clone, Debug, Eq, new, PartialEq)]
Expand Down Expand Up @@ -636,9 +636,9 @@ pub struct LsaInterAreaRouter {
// 0 1 2 3
// 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
// +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
// . .
// . TLVs .
// . .
// . .
// . TLVs .
// . .
// +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
//
// External-Prefix TLV.
Expand All @@ -657,9 +657,9 @@ pub struct LsaInterAreaRouter {
// | Address Prefix |
// | ... |
// +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
// . .
// . Sub-TLVs .
// . .
// . .
// . Sub-TLVs .
// . .
// +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
//
#[derive(Clone, Debug, Eq, new, PartialEq)]
Expand Down Expand Up @@ -735,9 +735,9 @@ bitflags! {
// +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
// | Rtr Priority | Options |
// +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
// . .
// . TLVs .
// . .
// . .
// . TLVs .
// . .
// +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
//
// IPv6 Link-Local Address TLV.
Expand All @@ -757,9 +757,9 @@ bitflags! {
// +- -+
// | |
// +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
// . .
// . Sub-TLVs .
// . .
// . .
// . Sub-TLVs .
// . .
// +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
//
// IPv4 Link-Local Address TLV.
Expand All @@ -773,9 +773,9 @@ bitflags! {
// +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
// | IPv4 Link-Local Interface Address |
// +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
// . .
// . Sub-TLVs .
// . .
// . .
// . Sub-TLVs .
// . .
// +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
//
#[derive(Clone, Debug, Eq, new, PartialEq)]
Expand Down Expand Up @@ -839,9 +839,9 @@ pub struct LsaLinkPrefix {
// +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
// | Referenced Advertising Router |
// +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
// . .
// . TLVs .
// . .
// . .
// . TLVs .
// . .
// +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
//
// Intra-Area-Prefix TLV.
Expand All @@ -860,9 +860,9 @@ pub struct LsaLinkPrefix {
// | Address Prefix |
// | ... |
// +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
// . .
// . Sub-TLVs .
// . .
// . .
// . Sub-TLVs .
// . .
// +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
//
#[derive(Clone, Debug, Eq, new, PartialEq)]
Expand Down
6 changes: 3 additions & 3 deletions holo-ospf/src/packet/tlv.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ pub struct RouterFuncCapsTlv(RouterFuncCaps);
// | Algorithm 1 | Algorithm... | Algorithm n | |
// +- -+
// | |
// + +
// + +
//
#[derive(Clone, Debug, Default, Eq, new, PartialEq)]
#[derive(Deserialize, Serialize)]
Expand All @@ -143,7 +143,7 @@ pub struct SrAlgoTlv(BTreeSet<IgpAlgoType>);
// | Sub-TLVs (variable) |
// +- -+
// | |
// + +
// + +
//
#[derive(Clone, Debug, Eq, new, PartialEq)]
#[derive(Deserialize, Serialize)]
Expand All @@ -167,7 +167,7 @@ pub struct SidLabelRangeTlv {
// | Sub-TLVs (variable) |
// +- -+
// | |
// + +
// + +
//
#[derive(Clone, Debug, Eq, new, PartialEq)]
#[derive(Deserialize, Serialize)]
Expand Down
2 changes: 1 addition & 1 deletion rustfmt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ group_imports = "StdExternalCrate"
imports_granularity = "Module"
max_width = 80
merge_derives = false
wrap_comments = true
wrap_comments = false

0 comments on commit a0cb521

Please sign in to comment.