diff options
author | Jan Srnicek <jsrnicek@cisco.com> | 2017-05-12 07:57:57 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2017-05-12 07:12:28 +0000 |
commit | 31bad643f16b6986434571b46158e6c662a240be (patch) | |
tree | ba12c79969f554d9b659de327ba770b40cd57651 /interface-role/impl/asciidoc/Readme.adoc | |
parent | 9129ae7114c4215f5b61da4fd8360755127f815e (diff) |
HC2VPP-128 - interface role impl
Provides logic to store data in config datatree
Change-Id: Ia1304a84016f3df2b01a227d414fe75e3c647784
Signed-off-by: Jan Srnicek <jsrnicek@cisco.com>
Diffstat (limited to 'interface-role/impl/asciidoc/Readme.adoc')
-rw-r--r-- | interface-role/impl/asciidoc/Readme.adoc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/interface-role/impl/asciidoc/Readme.adoc b/interface-role/impl/asciidoc/Readme.adoc new file mode 100644 index 000000000..d99f6e1d3 --- /dev/null +++ b/interface-role/impl/asciidoc/Readme.adoc @@ -0,0 +1,12 @@ += impl + +Add support for configuration of following interface roles: + +* virtual-domain-interface(Tenant network interface) + + +* public-interface(Public interface for external access) + + +Data stored in configuration storage only. +Does not support operational read.
\ No newline at end of file |