From 1fa48480a9d6aff97aa8a1562e50aac72c74406c Mon Sep 17 00:00:00 2001 From: Bernd Eckenfels Date: Sun, 6 May 2001 02:14:07 +0000 Subject: [PATCH] changed a type arp -a now prints PUB instead of PUP for proxy arp entries --- arp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arp.c b/arp.c index 509a804..7001814 100644 --- a/arp.c +++ b/arp.c @@ -8,7 +8,7 @@ * NET-3 Networking Distribution for the LINUX operating * system. * - * Version: $Id: arp.c,v 1.20 2001/04/08 17:05:05 pb Exp $ + * Version: $Id: arp.c,v 1.21 2001/05/06 02:14:07 ecki Exp $ * * Maintainer: Bernd 'eckes' Eckenfels, * @@ -499,7 +499,7 @@ static void arp_disp(char *name, char *ip, int type, int arp_flags, char *hwa, c if (arp_flags & ATF_PERM) printf("PERM "); if (arp_flags & ATF_PUBL) - printf("PUP "); + printf("PUB "); #ifdef HAVE_ATF_MAGIC if (arp_flags & ATF_MAGIC) printf("AUTO "); -- 2.7.4