shithub: riscv

Download patch

ref: 0211eb708c016b9e6097dcf8ba666c057798d4a0
parent: da32d98fb211e126b5c183b294e8b7d68060c541
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...