Subject: Re: does gif(4) do RFC 2003 IPv4-in-IPv4 encapsulation?
To: NetBSD Networking Technical Discussion List <tech-net@NetBSD.ORG>
From: William Waites <ww@styx.org>
List: source-changes
Date: 03/04/2002 15:24:25
On Mon, Mar 04, 2002 at 12:19:58PM -0800, Jason R Thorpe wrote:
> 
> BSD "ipip" ~== BSD "gif", but will less functionality, which is the reason
> BSD "ipip" was excised, in favor of just using BSD "gif" :-)

So the man page ipip(4) example is incorrect?

        Interface TunnelX
         ip unnumbered D   ! e.g. address from Ethernet interface
         tunnel source D   ! e.g. address from Ethernet interface
         tunnel destination A

Else, how do you make gif(4) talk to a tunnel configured like this?

-w