Skip to content

Files

lisp

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 1, 2019
Jan 28, 2019
Jan 9, 2023
Apr 23, 2022
Apr 23, 2022
Jan 28, 2019
Jun 17, 2021
Jan 28, 2019
May 13, 2021
Nov 26, 2023
Nov 26, 2023
Jan 19, 2023
Dec 17, 2017
May 12, 2021
Jun 14, 2023
May 27, 2021
Jul 14, 2023
May 7, 2021
Jul 18, 2023
Jan 19, 2023
Jan 9, 2023
Oct 30, 2023
May 27, 2021
Aug 23, 2021
Jan 19, 2023
Apr 18, 2023
May 7, 2021
Jul 13, 2023
Feb 20, 2019
Jan 28, 2019
Mar 28, 2025
May 18, 2021
Jan 27, 2019
Apr 7, 2023
Dec 17, 2017
Jan 28, 2019
Jan 9, 2023
May 4, 2021
Aug 19, 2021
Jun 9, 2021
May 7, 2021
May 4, 2021
Apr 7, 2023
May 7, 2021
Jan 19, 2023
Jun 15, 2023
Jan 28, 2019
This directory contains all the source code and support files needed to run the
lispers.net LISP subsystem.

The lispers.net subsystem contains the following general functionality:

(1) A full-featured LISP control-plane written in python 2.7.
(2) A full-featured LISP data-plane written in python 2.7.
(3) A full-featured LISP data-plane written in golang.

The LISP component functionality includes:

(1) xTR functions ITR, ETR, and RTR for IPv4/IPv6 unicast and multicast EIDs
    and/or RLOCs.
(2) Mapping system functions Map-Resolver (MR) and Map-Server (MS).
(3) Mapping Database Transport LISP-DDT (DDT).
(4) Support for LISP-NAT is used for LISP-to-non-LISP Interworking.

To compile the go files, run "./build-xtr" from the lisp/ subdirectory. Then
build/make-release.py will pick up binary file 'lisp-xtr' to package it into
the tarball it creates.

Prebuilt images are created by the repo owner/admin and will be placed in
directories build/release-<xx> (where "<xx>" is the release number) and a
symlink 'latest' will point to the latest release directory. File
build/latest/lispers.net.tgz can always be used to get the most recent built
tarball independent of specifying the release number. This is useful for doing
Docker builds.        

-------------------------------------------------------------------------------