Skip to content

Commit

Permalink
Updated README_NF-FG, removed add_datadisk_files.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
name29 committed Jul 21, 2017
1 parent d2298e6 commit 6b40296
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 76 deletions.
4 changes: 2 additions & 2 deletions orchestrator/README_NF-FG.md
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,7 @@ The `host-stack` endpoint is defined as follows:
}

Three type of `configuration` are allowed: `static`, `dhcp` and `pppoe`.
In case of `static` configuration, the IP address and the netmask must be specified through the `ipv4` field.
In case of `static` configuration, the IP address and the netmask must be specified through the `IPv4` field.

The following example shows a graph with two endpoints of type `host-stack` and `interface` connected together.
All the incoming traffic from eth0 reachs the tcp-ip stack of the host, if the packets match the host-stack IP.
Expand All @@ -869,7 +869,7 @@ Vice versa the traffic sent through the host-stack port is provided to eth0.
"type": "host-stack",
"host-stack": {
"configuration": "STATIC",
"ipv4": "10.0.0.1/24"
"IPv4": "10.0.0.1/24"
}
},
{
Expand Down

This file was deleted.

0 comments on commit 6b40296

Please sign in to comment.