Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/pppoectl use netmask of /32. as discusssed on tech-use...
details: https://anonhg.NetBSD.org/src/rev/26ff23f79364
branches: trunk
changeset: 552750:26ff23f79364
user: itojun <itojun%NetBSD.org@localhost>
date: Thu Oct 02 06:25:28 2003 +0000
description:
use netmask of /32. as discusssed on tech-userlevel
diffstat:
sbin/pppoectl/pppoectl.8 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 35aab5748e0f -r 26ff23f79364 sbin/pppoectl/pppoectl.8
--- a/sbin/pppoectl/pppoectl.8 Thu Oct 02 06:01:51 2003 +0000
+++ b/sbin/pppoectl/pppoectl.8 Thu Oct 02 06:25:28 2003 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pppoectl.8,v 1.21 2003/09/06 20:11:18 wiz Exp $
+.\" $NetBSD: pppoectl.8,v 1.22 2003/10/02 06:25:28 itojun Exp $
.\"
.\" Copyright (C) 1997 by Joerg Wunsch, Dresden
.\" All rights reserved.
@@ -26,7 +26,7 @@
.\"
.\" From: spppcontrol.1,v 1.1.1.1 1997/10/11 11:30:30 joerg Exp
.\"
-.\" $Id: pppoectl.8,v 1.21 2003/09/06 20:11:18 wiz Exp $
+.\" $Id: pppoectl.8,v 1.22 2003/10/02 06:25:28 itojun Exp $
.\"
.\" last edit-date: [Thu Aug 31 10:47:33 2000]
.\"
@@ -357,7 +357,7 @@
# Configure the pppoe0 interface itself. These addresses are magic,
# meaning we don't care about either address and let the remote
# ppp choose them.
-ifconfig pppoe0 0.0.0.0 0.0.0.1 up
+ifconfig pppoe0 0.0.0.0 0.0.0.1 netmask 0xffffffff up
.Ed
.Sh SEE ALSO
.Xr netstat 1 ,
Home |
Main Index |
Thread Index |
Old Index