From 6819b2e1020411661dc0487ee3614f012d45b049 Mon Sep 17 00:00:00 2001 From: Stefano Brivio Date: Mon, 25 Nov 2024 11:46:33 +0100 Subject: 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 Reviewed-by: David Gibson --- conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf.c') diff --git a/conf.c b/conf.c index 86566db..d342c8a 100644 --- a/conf.c +++ b/conf.c @@ -788,7 +788,7 @@ static void usage(const char *name, FILE *f, int status) " -n, --netmask MASK Assign IPv4 MASK, dot-decimal or bits\n" " default: netmask from matching address on the host\n" " -M, --mac-addr ADDR Use source MAC address ADDR\n" - " default: MAC address from interface with default route\n" + " default: 9a:55:9a:55:9a:55 (locally administered)\n" " -g, --gateway ADDR Pass IPv4 or IPv6 address as gateway\n" " default: gateway from interface with default route\n" " -i, --interface NAME Interface for addresses and routes\n" -- cgit v1.2.3