git: 9front

Download patch

ref: 1d1039e6c7634df00ab5a1ed616083d813519ddc
parent: cf92511c28b2a8fe4cb9af8efee0830bb3e9a225
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sun Jul 16 12:40:11 EDT 2023

ethermultilink(8): fix sink bind (thanks sigrid)

--- a/sys/man/8/ethermultilink
+++ b/sys/man/8/ethermultilink
@@ -34,7 +34,7 @@
 # mount the wifi
 bind -a '#l1' /net
 # create the new virtual interface with same mac as wifi
-bind -a '#l2:sink ea='^`{cat /net/ether1/addr}
+bind -a '#l2:sink ea='^`{cat /net/ether1/addr} /net
 # roam between wifi and ethernet
 ethermultilink /net/ether2 /net/ether1 /net/ether0 > /net/bridge0/ctl
 # use the new virtual interface...
--