-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2b0c0b6
commit d86a56e
Showing
11 changed files
with
145 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,24 @@ | ||
We thank the following people for their contributions to the project. | ||
|
||
David Meyer <[email protected]> | ||
Preethi Natarajan <[email protected]> | ||
Vina Ermagan <[email protected]> | ||
Chris White <[email protected]> | ||
Albert Cabellos <[email protected]> | ||
Lorand Jakab <[email protected]> | ||
Albert Lopez <[email protected]> | ||
Marc Portolés <[email protected]> | ||
Pranathi Mamidi <[email protected]> | ||
Alberto Rodriguez-Natal <[email protected]> | ||
Vasileios Lakafosis <[email protected]> | ||
Florin Coras <[email protected]> | ||
Konrad Gawda <[email protected]> | ||
Matthieu Coudron <[email protected]> | ||
Rene Bartsch <[email protected]> | ||
Michiel Blokzijl <[email protected]> | ||
François Cachereul <[email protected]> | ||
Lluís García Torres <[email protected]> | ||
José Miguel Guzmán <[email protected]> | ||
|
||
David Meyer <dmm at cisco.com> | ||
Preethi Natarajan <prenatar at cisco.com> | ||
Vina Ermagan <vermagan at cisco.com> | ||
Chris White <chris at logicalelegance.com> | ||
Albert Cabellos <acabello at ac.upc.edu> | ||
Lorand Jakab <lori at lispmob.org> | ||
Albert Lopez <alopez at ac.upc.edu> | ||
Marc Portolés <marc.portoles at cttc.cat> | ||
Pranathi Mamidi <pranathi.3961 at gmail.com> | ||
Alberto Rodriguez-Natal <arnatal at ac.upc.edu> | ||
Vasileios Lakafosis <lakafosi at cisco.com> | ||
Florin Coras <fcoras at ac.upc.edu> | ||
Konrad Gawda <Konrad.Gawda at orange.com> | ||
Matthieu Coudron <matthieu.coudron at lip6.fr> | ||
Rene Bartsch <ml at bartschnet.de> | ||
Michiel Blokzijl <mblokzij at cisco.com> | ||
François Cachereul <f.cachereul at alphalink.fr> | ||
Lluís García Torres <lluisgar93 at gmail.com> | ||
José Miguel Guzmán <jmguzman at whitestack.com> | ||
José Ortiz Padilla <jose.orpa at gmail.com> | ||
Ernest Puigdemont <ernest_puigdemont at hotmail.com> | ||
Oriol Marti <oriolmarimarques at gmail.com> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
OpenOverlayRouter is a rename of the LISPmob project forked from the last version released (version 0.5.2.). OOR aims to deliver a flexible and modular open-source implementation to deploy programmable overlay networks. Major new functionalities since LISPmob last release include a new control plane to configure xTR devices through NETCONF and a new data plane based on VXLAN-GPE. For the full list of functionalities refer to the features section. | ||
|
||
New functionalities since OOR 1.3 | ||
|
||
* Apple iOS application | ||
* DDT Support (RFC 8111): | ||
- DDT node | ||
- DDT MR | ||
- DDT MS | ||
* xTR / MN: Specify allowed destination EID prefixes (Linux and OpenWRT) | ||
* Register remote rloc-address of a database mapping | ||
|
||
New functionalities since OOR 1.2 | ||
|
||
* NAT traversal support for RTRs and MSs | ||
* OOR as a container with Dockers | ||
* Quick creation of a VM with OOR using Vagrant | ||
|
||
New functionalities since OOR 1.1 | ||
|
||
* VPP data plane support | ||
* Modularize the network manager | ||
* Replace proxy-etr by proxy-etr-ipv4 and proxy-etr-ipv6 | ||
|
||
New functionalities since OOR 1.0 | ||
|
||
* Experimental NAT traversal (xTR & MN) | ||
* Bug fixes | ||
|
||
New functionalities (since LISPmob 0.5.2): | ||
|
||
* NETCONF support to configure xTR device: | ||
- Add / Remove database mappings | ||
- Add / Remove Map Servers | ||
- Add / Remove Map Resolvers | ||
* Packet encapsulation using VXLAN-GPE. Next protocol can be IPv4 or IPv6. | ||
* Support for InstanceID (IID) and Virtual Network Identifier (VNI) at control and data plane. OOR doesn't support overlapping local prefixes with different IIDs. |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
include $(TOPDIR)/rules.mk | ||
|
||
PKG_NAME:=oor | ||
PKG_REV:=8b30f7110f49e1df00f2f826987fa4529c5a6a30 | ||
PKG_REV:=2b0c0b6a5a9ed7fb987ef09b46f9c6fbfaddea4c | ||
PKG_VERSION:=1.3.0 | ||
PKG_RELEASE:=6 | ||
|
||
|
@@ -28,35 +28,25 @@ PKG_SOURCE_VERSION:=$(PKG_REV) | |
|
||
PKG_LICENSE:=Apache-2.0 | ||
PKG_LICENSE_FILES:=LICENSE | ||
PKG_MAINTAINER:=Albert Lopez <[email protected]> | ||
|
||
include $(INCLUDE_DIR)/package.mk | ||
include $(INCLUDE_DIR)/nls.mk | ||
|
||
|
||
define Package/oor/default | ||
MAINTAINER:=Albert Lóepz <[email protected]> | ||
URL:=http://www.openoverlayrouter.org | ||
endef | ||
MAKE_FLAGS += platform=openwrt | ||
|
||
define Package/oor | ||
SECTION:=net | ||
CATEGORY:=Network | ||
TITLE:=Open Overlay Router | ||
URL:=https://github.com/OpenOverlayRouter | ||
DEPENDS:= +librt +confuse +kmod-tun +uci @IPV6 | ||
$(call Package/oor/default) | ||
endef | ||
|
||
define Package/oor/description | ||
This packet provides support for the Locator-ID Separation Protocol, VXLAN-GPE. | ||
endef | ||
|
||
|
||
define Build/Compile | ||
$(call Build/Compile/Default,platform=openwrt) | ||
endef | ||
|
||
|
||
define Package/oor/install | ||
$(INSTALL_DIR) $(1)/usr/sbin | ||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/oor/oor $(1)/usr/sbin/ | ||
|
Oops, something went wrong.