From owner-freebsd-net@FreeBSD.ORG Sat Dec 31 08:12:50 2011 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 42DEF106564A for ; Sat, 31 Dec 2011 08:12:50 +0000 (UTC) (envelope-from iwc2010005@gmail.com) Received: from mail-ee0-f54.google.com (mail-ee0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id CF6988FC12 for ; Sat, 31 Dec 2011 08:12:49 +0000 (UTC) Received: by eekc50 with SMTP id c50so17068043eek.13 for ; Sat, 31 Dec 2011 00:12:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=+OAFfETvyDWG3goIaVwyYyFanOGkbxlTMD862U/R+jM=; b=Kem5KOcd/0mZliiF6s5kyxJCw0TCBd7WFGfGsK5qfv6v78IcUGP9tUrRIGaOM26wop vnPgEznq/4MgIDuaCOF8VR48jFYrj2olsGOVsxUgdH6Fw1OX3DsycRGdowJ8art9eymh 30t/iP1+038Ff0Ida83e0lxrqZk5dZeMXu8uA= MIME-Version: 1.0 Received: by 10.14.123.16 with SMTP id u16mr16713816eeh.30.1325319168587; Sat, 31 Dec 2011 00:12:48 -0800 (PST) Received: by 10.14.96.5 with HTTP; Sat, 31 Dec 2011 00:12:48 -0800 (PST) Date: Sat, 31 Dec 2011 13:42:48 +0530 Message-ID: From: Rajneesh Kumar To: freebsd-net@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Modifying "arp" command X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Dec 2011 08:12:50 -0000 Hello list, I want to modify the "arp" command in FreeBSD. Precisely I don't want it to display the time to expire for every entry. Which file should I edit? Will it be effective after kernel compilation and re-build? -- Regards, Rajneesh