Skip to content

Commit dc62182

Browse files
committed
make add_path default to false
1 parent ac05932 commit dc62182

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bgp_collector.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ pub struct PeerConfig {
101101
pub router_id: Ipv4Addr,
102102
pub name_override: Option<String>,
103103
pub route_state: RouteState,
104+
#[serde(default)]
104105
pub add_path: bool,
105106
pub route_distinguisher: Option<RouteDistinguisher>,
106107
}

0 commit comments

Comments
 (0)