]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
arpwatch: Zero-pad MAC addresses
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 30 Sep 2025 08:49:53 +0000 (08:49 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 30 Sep 2025 08:49:53 +0000 (08:49 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/arpwatch

index 1b701cd4f2755dd583319952377a61d869bf5898..75ef3adecf32766f2de98f5bfbafb5c5071e0454 100644 (file)
@@ -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