diff options
author | Stefano Brivio <sbrivio@redhat.com> | 2024-11-25 11:46:33 +0100 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2024-11-26 08:30:18 +0100 |
commit | 6819b2e1020411661dc0487ee3614f012d45b049 (patch) | |
tree | ed0c7df8405ec88dfbcaf6aae56a2958e1e98244 /passt.1 | |
parent | b61be8468a804f5660cebcfdc10aa94b7ecac7a3 (diff) | |
download | passt-6819b2e1020411661dc0487ee3614f012d45b049.tar passt-6819b2e1020411661dc0487ee3614f012d45b049.tar.gz passt-6819b2e1020411661dc0487ee3614f012d45b049.tar.bz2 passt-6819b2e1020411661dc0487ee3614f012d45b049.tar.lz passt-6819b2e1020411661dc0487ee3614f012d45b049.tar.xz passt-6819b2e1020411661dc0487ee3614f012d45b049.tar.zst passt-6819b2e1020411661dc0487ee3614f012d45b049.zip |
conf, passt.1: Update --mac-addr default in usage() and man page
Fixes: 90e83d50a9bd ("Don't take "our" MAC address from the host")
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'passt.1')
-rw-r--r-- | passt.1 | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -174,8 +174,7 @@ according to the CIDR block of the assigned address (RFC 4632). .BR \-M ", " \-\-mac-addr " " \fIaddr Use source MAC address \fIaddr\fR when communicating to the guest or to the target namespace. -Default is to use the MAC address of the interface with the first IPv4 default -route on the host. +Default is the locally administered MAC addresses 9a:55:9a:55:9a:55. .TP .BR \-g ", " \-\-gateway " " \fIaddr |