Re: [OpenWrt-Devel] [PATCH] Adding LISP to OpenWrt

2011-10-25 Thread Vasileios Lakafosis
Hi, thank you for looking into this. Please see inline below. On Tue, Oct 25, 2011 at 4:48 PM, Jo-Philipp Wich wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi. > >> +US_PATH="/usr/sbin/lisp" >> +KMOD_PATH="/usr/sbin" >> +CONF_PATH="/lib/network/lisp" >> +IF_NAME="eth1" >> + >> +#

Re: [OpenWrt-Devel] [PATCH] Adding LISP to OpenWrt

2011-10-25 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi. > +US_PATH="/usr/sbin/lisp" > +KMOD_PATH="/usr/sbin" > +CONF_PATH="/lib/network/lisp" > +IF_NAME="eth1" > + > +# RLOC used in ip rules for source routing > +#RLOC="128.107.165.94" > +RLOC=`/sbin/ifconfig eth1 | sed '/inet\ /!d;s/.*r://g;s/\ .*//g'

Re: [OpenWrt-Devel] [PATCH] Adding LISP to OpenWrt

2011-10-25 Thread Florian Fainelli
Hello Vasileios, On Tuesday 25 October 2011 00:21:11 Vasileios Lakafosis wrote: > Dear OpenWrt Developers, > > this is Vasileios Lakafosis, who, as a member of the Cisco Locator/ID > Separation Protocol team at San Jose, has ported > the LISP functionality to OpenWrt. As

[OpenWrt-Devel] [PATCH] Adding LISP to OpenWrt

2011-10-24 Thread Vasileios Lakafosis
Dear OpenWrt Developers, this is Vasileios Lakafosis, who, as a member of the Cisco Locator/ID Separation Protocol team at San Jose, has ported the LISP functionality to OpenWrt. As per the LISP IETF drafts, the following source code adds ba