From: Michael Tremer Date: Tue, 30 Sep 2025 08:49:53 +0000 (+0000) Subject: arpwatch: Zero-pad MAC addresses X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=88f040b563225c164244ec1aa08b2e921b90eaa7;p=ipfire-2.x.git arpwatch: Zero-pad MAC addresses Signed-off-by: Michael Tremer --- diff --git a/lfs/arpwatch b/lfs/arpwatch index 1b701cd4f..75ef3adec 100644 --- a/lfs/arpwatch +++ b/lfs/arpwatch @@ -101,7 +101,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/arpwatch/fix-envelope-sender.patch # Build! - cd $(DIR_APP) && ./configure --prefix=/usr + cd $(DIR_APP) && ./configure \ + --prefix=/usr \ + --enable-zeropad cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install