We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be2796c commit 958cc51Copy full SHA for 958cc51
src/route/tests/seg6.rs
@@ -56,8 +56,8 @@ fn test_encap() {
56
RouteSeg6IpTunnel::Seg6(Seg6Header {
57
mode: Seg6Mode::Encap,
58
segments: vec![
59
- Ipv6Addr::from_str("fe80::1").unwrap().into(),
60
- Ipv6Addr::from_str("fe80::2").unwrap().into(),
+ Ipv6Addr::from_str("fe80::1").unwrap(),
+ Ipv6Addr::from_str("fe80::2").unwrap(),
61
],
62
}),
63
)]),
@@ -120,8 +120,8 @@ fn test_inline() {
120
121
mode: Seg6Mode::Inline,
122
123
124
125
126
127
0 commit comments