]> rtime.felk.cvut.cz Git - lisovros/iproute2_canprio.git/commit
iproute2: ISATAP potential router list
authorSascha Hlusiak <mail@saschahlusiak.de>
Sun, 3 May 2009 23:44:47 +0000 (01:44 +0200)
committerStephen Hemminger <stephen.hemminger@vyatta.com>
Tue, 26 May 2009 22:21:21 +0000 (15:21 -0700)
commita07e9912539d4ec26c954a9b03f04af987df6246
tree32bcedf584e2c4510ea9bfebcfc9de0f240777f2
parentf4a8b23d39813b5f839b9bd6ba780544fa803428
iproute2: ISATAP potential router list

--Boundary-01=_wxi/JRaNdLkbr7g
Content-Type: text/plain;
  charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

Hi Stephen,

please review attached patch to add support for in-kernel potential router=
=20
lists for ISATAP tunnels.

Usage:
ip tunnel add name isatap0 mode isatap local 192.168.1.100
ip tunnel prl dev isatap0 prl-default 192.168.1.1
ip tunnel prl dev isatap0 prl-nodefault 192.168.1.2
ip tunnel prl dev isatap0 prl-delete 192.168.1.1
ip tunnel show # pr and pdr will be listed as well

Patch based on http://osprey67.com/seal/iproute2_diff.v0_3.txt by Fred L.=20
Templin.

Thanks,
Sascha
ip/iptunnel.c
ip/tunnel.c
ip/tunnel.h
man/man8/ip.8