Skip to content

Commit 0d429d2

Browse files
committed
various fixes
1 parent 78e71d0 commit 0d429d2

2 files changed

Lines changed: 95 additions & 121 deletions

File tree

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,6 @@ gw=$(bmat address ls -f extra -Ho gateway)
5353
server=$(ipadm show-addr "$EXT_INTERFACE"/dhcp -po ADDR | sed 's#/.*##g')
5454
pfexec ./dhcp-server "$first" "$last" "$gw" "$server" &> /work/dhcp-server.log &
5555

56-
RUST_LOG=debug pfexec ./falcon-lab run trio-unnumbered
56+
RUST_LOG=debug pfexec ./falcon-lab run \
57+
--dendrite-commit 0c2ab6c341bf9e3802c688961b3bc687b941a144 \
58+
trio-unnumbered

0 commit comments

Comments
 (0)