diff options
author | Deepak S <deepak.s@linux.intel.com> | 2017-10-18 13:16:11 -0700 |
---|---|---|
committer | Deepak S <deepak.s@linux.intel.com> | 2017-10-18 13:37:09 -0700 |
commit | 3ce13d63855abc7d6221cdd1326c551e49ac81ce (patch) | |
tree | 9e1fd4b5b175a4983f4a6526cac5899462cf8188 /docs/testing/developer/design | |
parent | a06bb395ea7ea8110c98546a998d3e7e3016c791 (diff) |
Fix all the config files alignment issues
Change-Id: I087c9a9acf412a99f8425fd65d07db6c3b7a4af7
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
Diffstat (limited to 'docs/testing/developer/design')
-rw-r--r-- | docs/testing/developer/design/04-SampleVNF_Design.rst | 7 | ||||
-rw-r--r-- | docs/testing/developer/design/images/l2l3-components.png | bin | 0 -> 14832 bytes | |||
-rw-r--r-- | docs/testing/developer/design/images/state-machine.png | bin | 0 -> 95685 bytes |
3 files changed, 5 insertions, 2 deletions
diff --git a/docs/testing/developer/design/04-SampleVNF_Design.rst b/docs/testing/developer/design/04-SampleVNF_Design.rst index 2bcf6252..a3332e27 100644 --- a/docs/testing/developer/design/04-SampleVNF_Design.rst +++ b/docs/testing/developer/design/04-SampleVNF_Design.rst @@ -20,6 +20,9 @@ Introduction L2L3 stack comprises of a set of libraries which are commonly used by all other VNF's. +.. image:: images/l2l3-components.png + :width: 800px + It comprises of following components. * Interface Manager @@ -27,7 +30,6 @@ It comprises of following components. * ARP/ND & L2 adjacency Library * L3 stack components - Interface Manager ----------------- @@ -56,7 +58,8 @@ ARP/ND & L2 adjacency Library The ARP/ND state machine is given in the following diagram. -.. image:: state-machine.png +.. image:: images/state-machine.png + :width: 800px This library provides api's for handling ARP/ICMPv4 & ND/ICMPV6 packets handling. It provides api's for creating/deleting & populating an entry. diff --git a/docs/testing/developer/design/images/l2l3-components.png b/docs/testing/developer/design/images/l2l3-components.png Binary files differnew file mode 100644 index 00000000..751c4b7c --- /dev/null +++ b/docs/testing/developer/design/images/l2l3-components.png diff --git a/docs/testing/developer/design/images/state-machine.png b/docs/testing/developer/design/images/state-machine.png Binary files differnew file mode 100644 index 00000000..f0b06199 --- /dev/null +++ b/docs/testing/developer/design/images/state-machine.png |