Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Aug 1996 15:52:04 -0700 (PDT)
From:      Julian Elischer <julian>
To:        CVS-committers, cvs-all, cvs-sbin
Subject:   cvs commit:  src/sbin/route Makefile route.8 route.c
Message-ID:  <199608092252.PAA15265@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
julian      96/08/09 15:52:04

  Modified:    sbin/route  Makefile route.8 route.c
  Log:
  Reviewed by:	julian
  Submitted by:	archie@whistle.com
  
  This patch allows true interface routing to be controlled
  from the command line..
  you can now do:
  route add default -interface ppp0
  even if you have no clue what the address at the other end is..
  
  this is part of a set of changes that allow true "unnumbered links"
  such as netcom run between their sites..
  In practice you should assign the address from one of your ethernet
  interfaces to the local side of the P2P link so that IP doesn't
  say that the packet comes from 255.255.255.255, but
  there is no need whatsoever to assign an address of any kind
  to the remote end of the link.. useful for frame relay links etc also.
  
  Revision  Changes    Path
  1.6       +1 -1      src/sbin/route/Makefile
  1.5       +2 -0      src/sbin/route/route.8
  1.12      +43 -1     src/sbin/route/route.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199608092252.PAA15265>