Skip to content

Commit 54a73b0

Browse files
bors[bot]Gopa Kumar
and
Gopa Kumar
authored
Merge #706
706: Fix medium-ip not compiling complaining of needing EthernetAddress r=Dirbaio a=Dirbaio #703 rebased cc `@gopakumarce` Co-authored-by: Gopa Kumar <[email protected]>
2 parents f403862 + c53e668 commit 54a73b0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
- std medium-ethernet proto-ipv6 socket-tcp
4242
- std medium-ethernet medium-ip proto-ipv4 socket-icmp socket-tcp
4343
- std medium-ip proto-ipv6 socket-icmp socket-tcp
44+
- std medium-ip proto-ipv4 proto-ipv6 socket-tcp socket-udp
4445

4546
# Test features chosen to be as aggressive as possible.
4647
- std medium-ethernet medium-ip medium-ieee802154 proto-ipv4 proto-ipv6 socket-raw socket-udp socket-tcp socket-icmp socket-dns async

src/iface/interface/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ impl<'a> OutPackets<'a> {
7979
}
8080

8181
#[allow(unused)]
82-
#[cfg(feature = "proto-ipv4")]
82+
#[cfg(feature = "proto-ipv4-fragmentation")]
8383
pub(crate) struct Ipv4OutPacket<'a> {
8484
/// The buffer that holds the unfragmented 6LoWPAN packet.
8585
buffer: ManagedSlice<'a, u8>,

0 commit comments

Comments
 (0)