Deleted Added
sdiff udiff text old ( 116493 ) new ( 116735 )
full compact
1.\" $FreeBSD: head/share/man/man4/natmip.4 116735 2003-06-23 14:46:12Z harti $
2.\"
3.Dd June 13, 2003
4.Dt NATMIP 4
5.Os
6.Sh NAME
7.Nm natmip
8.Nd IP over ATM PVCs
9.Sh SYNOPSIS

--- 91 unchanged lines hidden (view full) ---

101ifconfig_en0="inet 128.252.200.3 netmask 255.255.255.0"
102static_routes="host1 host2"
103route_host1="-iface 128.252.200.1 -link en0:3.0.0.ca"
104route_host2="-iface 128.252.200.2 -link en0:3.0.0.cb"
105.Ed
106.Sh SEE ALSO
107.Xr en 4 ,
108.Xr hatm 4 ,
109.Xr fatm 4 ,
110.Xr natm 4
111.Sh AUTHORS
112.An Chuck Cranor
113of Washington University implemented the NATM protocol layer
114along with the EN ATM driver in 1996 for
115.Nx .