commit | 25b59c73ff266c7e8fbb003d8c585c4914223203 | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Wed Mar 21 11:49:23 2018 +0100 |
committer | Michal Vasko <mvasko@cesnet.cz> | Wed Mar 21 11:54:34 2018 +0100 |
tree | edb3fa6817d9fc0bb19b3d2f5a818e07b53a2a75 | |
parent | ee34b9c60b692d1fde07542c1aa7031e2af98ce6 [diff] [blame] |
user types CHANGE a new installed user type example It does only validation, so user can work with all the values just like before.
diff --git a/CMakeLists.txt b/CMakeLists.txt index 82c10cd..b96f56b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -269,6 +269,9 @@ # YANG extensions plugins add_subdirectory(src/extensions) +# YANG user types plugins +add_subdirectory(src/user_types) + # yanglint add_executable(yanglint ${lintsrc}) target_link_libraries(yanglint yang)