Skip to content

Commit b678373

Browse files
[bootstrap] for reference devices, install ndisc6 (#2802)
1.4 OTBR certification testing requires reference devices to send some ND RA messages via `rdisc6` (eg. test DH_1_7).
1 parent 848a5d7 commit b678373

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

script/bootstrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ EOF
126126
sudo apt-get install --no-install-recommends -y libjsoncpp-dev
127127

128128
# reference device
129-
without REFERENCE_DEVICE || sudo apt-get install --no-install-recommends -y radvd dnsutils avahi-utils iperf3
129+
without REFERENCE_DEVICE || sudo apt-get install --no-install-recommends -y radvd dnsutils avahi-utils iperf3 ndisc6
130130

131131
# backbone-router
132132
without BACKBONE_ROUTER || sudo apt-get install --no-install-recommends -y libnetfilter-queue1 libnetfilter-queue-dev

0 commit comments

Comments
 (0)