OVS and LXC with OpenLisp Control Plane

2017-02-22 Thread Massimiliano Gualtieri
Hi, i would like to install OpenLisp control plane on a linux container and attach to OVS. When i run the command *make -f Makefile_linux *in the source directory i get this error: *cc */*.c ./*.c -o opencp -L/usr/local/lib/ -lexpat -lpthread -g -O2 -DHAVE_IPV6 -DLINUX* *thr_pool

Re: OpenLISP

2008-07-20 Thread Luigi Iannone
Le 20-juil.-08 à 21:49, Julian Elischer a écrit : Luigi Iannone wrote: Hi, A word about the implementation. The interception mechanism for LISP tunneled packets in ip_input/forward is *horrible*! Some of that is due to the design, but I believe it can be implemented much cleaner if y

Re: OpenLISP

2008-07-20 Thread Julian Elischer
Luigi Iannone wrote: Hi, A word about the implementation. The interception mechanism for LISP tunneled packets in ip_input/forward is *horrible*! Some of that is due to the design, but I believe it can be implemented much cleaner if you were to use the pfil(9) API. I'd really like to a

Re: OpenLISP

2008-07-20 Thread Luigi Iannone
Hi, A word about the implementation. The interception mechanism for LISP tunneled packets in ip_input/forward is *horrible*! Some of that is due to the design, but I believe it can be implemented much cleaner if you were to use the pfil(9) API. I'd really like to avoid putting this k

Re: OpenLISP

2008-07-20 Thread Max Laier
On Sunday 20 July 2008 20:33:09 Julian Elischer wrote: > Luigi Iannone wrote: > > Hello FreeBSD Networking Community, > > hello to you too :-) > > > The latter approach is the solution chosen by the proponents of the > > Locator/Identifier Separation Protocol (LISP). LISP is a router-based > > solu

Re: OpenLISP

2008-07-20 Thread Luigi Iannone
Hi, Le 20-juil.-08 à 20:33, Julian Elischer a écrit : Luigi Iannone wrote: Hello FreeBSD Networking Community, hello to you too :-) The latter approach is the solution chosen by the proponents of the Locator/Identifier Separation Protocol (LISP). LISP is a router-based solution to sol

Re: OpenLISP

2008-07-20 Thread Julian Elischer
Luigi Iannone wrote: Hello FreeBSD Networking Community, hello to you too :-) The latter approach is the solution chosen by the proponents of the Locator/Identifier Separation Protocol (LISP). LISP is a router-based solution to solve the scaling problems of the Internet architecture that

OpenLISP

2008-07-20 Thread Luigi Iannone
There are still many open questions concerning notably the mapping between identifiers and locators. To allow researchers and network operators to experiment with LISP, the IP Networking Lab of UCLouvain releases OpenLISP. OpenLISP is the first publicly available implementation of LISP o