You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Apple/README.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,14 @@
1
1
# OpenOverlayRouter on Apple iOS
2
2
3
-
OOR-APPLE is the OpenOverlayRouter version for Apple iOS. We are using the official OOR code as base https://github.com/OpenOverlayRouter/oor. iOS version is working in an early state, there are a lot of code improvements to do and things to implement.
3
+
Open Overlay Router includes support for Apple iOS devices operating as LISP mobile
4
+
nodes (LISP-MN). The application is limited to one single EID (IPv4 or IPv6) mapped to one
5
+
or more RLOC interfaces (IPv4). Even though several interfaces can be managed by Open Overlay
6
+
Router at the same time, they can only be used in an active-backup fashion (no more
7
+
than one interface used at once).
8
+
You can install the application from the Apple Store:
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.
* Register remote rloc-address of a database mapping
12
+
13
+
New functionalities since OOR 1.2
14
+
15
+
* NAT traversal support for RTRs and MSs
16
+
* OOR as a container with Dockers
17
+
* Quick creation of a VM with OOR using Vagrant
18
+
19
+
New functionalities since OOR 1.1
20
+
21
+
* VPP data plane support
22
+
* Modularize the network manager
23
+
* Replace proxy-etr by proxy-etr-ipv4 and proxy-etr-ipv6
24
+
25
+
New functionalities since OOR 1.0
26
+
27
+
* Experimental NAT traversal (xTR & MN)
28
+
* Bug fixes
29
+
30
+
New functionalities (since LISPmob 0.5.2):
31
+
32
+
* NETCONF support to configure xTR device:
33
+
- Add / Remove database mappings
34
+
- Add / Remove Map Servers
35
+
- Add / Remove Map Resolvers
36
+
* Packet encapsulation using VXLAN-GPE. Next protocol can be IPv4 or IPv6.
37
+
* Support for InstanceID (IID) and Virtual Network Identifier (VNI) at control and data plane. OOR doesn't support overlapping local prefixes with different IIDs.
0 commit comments