8 Sep
2026
8 Sep
'26
5:01 p.m.
On Wed, 19 Aug 2026 15:26:09 +1000
David Gibson
parse_mac() predates parse.c and doesn't obey the same conventions it now uses. Convert it to work similarly to the other functions in parse.c.
Signed-off-by: David Gibson
--- Makefile | 1 + conf.c | 43 ++++++++----------------------------------- parse.c | 30 ++++++++++++++++++++++++++++++ parse.h | 1 + 4 files changed, 40 insertions(+), 35 deletions(-)
Applied. -- Stefano