Source-Changes-HG archive

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

[src/trunk]: src/sbin/ifconfig Bring tunnel src_addr and dst_addr on the same...



details:   https://anonhg.NetBSD.org/src/rev/0af65261bc65
branches:  trunk
changeset: 791226:0af65261bc65
user:      kefren <kefren%NetBSD.org@localhost>
date:      Sat Nov 09 13:10:35 2013 +0000

description:
Bring tunnel src_addr and dst_addr on the same line

diffstat:

 sbin/ifconfig/ifconfig.8 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 593a504f8284 -r 0af65261bc65 sbin/ifconfig/ifconfig.8
--- a/sbin/ifconfig/ifconfig.8  Sat Nov 09 13:05:59 2013 +0000
+++ b/sbin/ifconfig/ifconfig.8  Sat Nov 09 13:10:35 2013 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ifconfig.8,v 1.104 2012/01/28 15:01:44 mbalmer Exp $
+.\"    $NetBSD: ifconfig.8,v 1.105 2013/11/09 13:10:35 kefren Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -504,8 +504,8 @@
 .Fl v
 also causes received information elements to be displayed symbolically.
 Only the super-user can use this command.
-.It Cm tunnel Ar src_addr Ns Op Ar ,src_port
-.Ar dest_addr Ns Op Ar ,dest_port
+.It Cm tunnel Ar src_addr Ns Oo Ar ,src_port Oc Ar dest_addr Ns Oo Ar ,dest_port
+.Oc
 .Pq IP tunnel devices only
 Configure the physical source and destination address for IP tunnel
 interfaces, including



Home | Main Index | Thread Index | Old Index