Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/arp arp: Permanence is from the llentry, not the route



details:   https://anonhg.NetBSD.org/src/rev/47ee259b0cb3
branches:  trunk
changeset: 938829:47ee259b0cb3
user:      roy <roy%NetBSD.org@localhost>
date:      Tue Sep 15 11:14:16 2020 +0000

description:
arp: Permanence is from the llentry, not the route

diffstat:

 usr.sbin/arp/arp.c |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r d62e782727fa -r 47ee259b0cb3 usr.sbin/arp/arp.c
--- a/usr.sbin/arp/arp.c        Tue Sep 15 10:58:02 2020 +0000
+++ b/usr.sbin/arp/arp.c        Tue Sep 15 11:14:16 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: arp.c,v 1.67 2020/09/15 10:11:15 roy Exp $ */
+/*     $NetBSD: arp.c,v 1.68 2020/09/15 11:14:16 roy Exp $ */
 
 /*
  * Copyright (c) 1984, 1993
@@ -42,7 +42,7 @@
 #if 0
 static char sccsid[] = "@(#)arp.c      8.3 (Berkeley) 4/28/95";
 #else
-__RCSID("$NetBSD: arp.c,v 1.67 2020/09/15 10:11:15 roy Exp $");
+__RCSID("$NetBSD: arp.c,v 1.68 2020/09/15 11:14:16 roy Exp $");
 #endif
 #endif /* not lint */
 
@@ -491,8 +491,6 @@
                                (void)printf(" on %s", ifname);
                }
 
-               if (rtm->rtm_rmx.rmx_expire == 0)
-                       (void)printf(" permanent");
                if (sina->sin_other & SIN_PROXY)
                        (void)printf(" published (proxy only)");
                if (rtm->rtm_addrs & RTA_NETMASK) {



Home | Main Index | Thread Index | Old Index