Module Name:    src
Committed By:   christos
Date:           Fri Jun  7 17:18:33 UTC 2013

Modified Files:
        src/usr.sbin/arp: arp.c

Log Message:
allow ifscope with pub and proxy


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/usr.sbin/arp/arp.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/arp/arp.c
diff -u src/usr.sbin/arp/arp.c:1.50 src/usr.sbin/arp/arp.c:1.51
--- src/usr.sbin/arp/arp.c:1.50	Thu Jun  6 21:09:10 2013
+++ src/usr.sbin/arp/arp.c	Fri Jun  7 13:18:33 2013
@@ -1,4 +1,4 @@
-/*	$NetBSD: arp.c,v 1.50 2013/06/07 01:09:10 christos Exp $ */
+/*	$NetBSD: arp.c,v 1.51 2013/06/07 17:18:33 christos Exp $ */
 
 /*
  * Copyright (c) 1984, 1993
@@ -42,7 +42,7 @@ __COPYRIGHT("@(#) Copyright (c) 1984, 19
 #if 0
 static char sccsid[] = "@(#)arp.c	8.3 (Berkeley) 4/28/95";
 #else
-__RCSID("$NetBSD: arp.c,v 1.50 2013/06/07 01:09:10 christos Exp $");
+__RCSID("$NetBSD: arp.c,v 1.51 2013/06/07 17:18:33 christos Exp $");
 #endif
 #endif /* not lint */
 
@@ -169,7 +169,7 @@ main(int argc, char **argv)
 		}
 		break;
 	case 's':
-		if (argc < 2 || argc > 5)
+		if (argc < 2 || argc > 7)
 			usage();
 		return (set(argc, argv) ? 1 : 0);
 	case 'f':

Reply via email to