summaryrefslogtreecommitdiffstats
path: root/src/bin
diff options
context:
space:
mode:
authorAndrei Pavel <andrei@isc.org>2022-11-08 09:20:06 +0100
committerRazvan Becheriu <razvan@isc.org>2022-11-25 17:15:33 +0100
commit9c62adc690dc561c81e066a1ef19a5ccd5637029 (patch)
treeb35c06201dd972faaee05eacace6e9e48619b467 /src/bin
parent[#2601] make Translator aware of all leaf base types (diff)
downloadkea-9c62adc690dc561c81e066a1ef19a5ccd5637029.tar.xz
kea-9c62adc690dc561c81e066a1ef19a5ccd5637029.zip
[#2601] remove schema node checking from translator
Diffstat (limited to 'src/bin')
-rw-r--r--src/bin/netconf/control_socket.h2
-rw-r--r--src/bin/netconf/http_control_socket.h2
-rw-r--r--src/bin/netconf/main.cc2
-rw-r--r--src/bin/netconf/netconf.h2
-rw-r--r--src/bin/netconf/netconf_cfg_mgr.h2
-rw-r--r--src/bin/netconf/netconf_config.h2
-rw-r--r--src/bin/netconf/netconf_controller.h2
-rw-r--r--src/bin/netconf/netconf_log.h2
-rw-r--r--src/bin/netconf/netconf_messages.mes2
-rw-r--r--src/bin/netconf/netconf_parser.yy2
-rw-r--r--src/bin/netconf/netconf_process.h2
-rw-r--r--src/bin/netconf/parser_context.cc2
-rw-r--r--src/bin/netconf/simple_parser.cc2
-rw-r--r--src/bin/netconf/stdout_control_socket.h2
-rw-r--r--src/bin/netconf/tests/basic_library.cc2
-rw-r--r--src/bin/netconf/tests/run_unittests.cc2
-rw-r--r--src/bin/netconf/tests/test_libraries.h.in2
-rw-r--r--src/bin/netconf/unix_control_socket.h2
18 files changed, 18 insertions, 18 deletions
diff --git a/src/bin/netconf/control_socket.h b/src/bin/netconf/control_socket.h
index 50192a3523..5c9b05e4d5 100644
--- a/src/bin/netconf/control_socket.h
+++ b/src/bin/netconf/control_socket.h
@@ -126,4 +126,4 @@ controlSocketFactory(CfgControlSocketPtr ctrl_sock);
} // namespace netconf
} // namespace isc
-#endif // CONTROL_SOCKET_H
+#endif // CONTROL_SOCKET_H
diff --git a/src/bin/netconf/http_control_socket.h b/src/bin/netconf/http_control_socket.h
index 86f62cda61..b63022c7e0 100644
--- a/src/bin/netconf/http_control_socket.h
+++ b/src/bin/netconf/http_control_socket.h
@@ -85,4 +85,4 @@ createControlSocket<CfgControlSocket::Type::HTTP>(CfgControlSocketPtr ctrl_sock)
} // namespace netconf
} // namespace isc
-#endif // HTTP_CONTROL_SOCKET_H
+#endif // HTTP_CONTROL_SOCKET_H
diff --git a/src/bin/netconf/main.cc b/src/bin/netconf/main.cc
index 4abb4414db..a6ac2a14af 100644
--- a/src/bin/netconf/main.cc
+++ b/src/bin/netconf/main.cc
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2021 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2022 Internet Systems Consortium, Inc. ("ISC")
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/src/bin/netconf/netconf.h b/src/bin/netconf/netconf.h
index 54ee61adb6..bb37ea5308 100644
--- a/src/bin/netconf/netconf.h
+++ b/src/bin/netconf/netconf.h
@@ -177,4 +177,4 @@ protected:
} // namespace netconf
} // namespace isc
-#endif // NETCONF_H
+#endif // NETCONF_H
diff --git a/src/bin/netconf/netconf_cfg_mgr.h b/src/bin/netconf/netconf_cfg_mgr.h
index a8d37f53fe..c7568d4094 100644
--- a/src/bin/netconf/netconf_cfg_mgr.h
+++ b/src/bin/netconf/netconf_cfg_mgr.h
@@ -181,4 +181,4 @@ using NetconfCfgMgrPtr = boost::shared_ptr<NetconfCfgMgr>;
} // namespace netconf
} // namespace isc
-#endif // NETCONF_CFG_MGR_H
+#endif // NETCONF_CFG_MGR_H
diff --git a/src/bin/netconf/netconf_config.h b/src/bin/netconf/netconf_config.h
index 3f7a40d01a..8671c07503 100644
--- a/src/bin/netconf/netconf_config.h
+++ b/src/bin/netconf/netconf_config.h
@@ -325,4 +325,4 @@ public:
} // namespace netconf
} // namespace isc
-#endif // NETCONF_CONFIG_H
+#endif // NETCONF_CONFIG_H
diff --git a/src/bin/netconf/netconf_controller.h b/src/bin/netconf/netconf_controller.h
index 97207fe858..02d4f3f776 100644
--- a/src/bin/netconf/netconf_controller.h
+++ b/src/bin/netconf/netconf_controller.h
@@ -82,4 +82,4 @@ using NetconfControllerPtr = std::shared_ptr<NetconfController>;
} // namespace netconf
} // namespace isc
-#endif // NETCONF_CONTROLLER_H
+#endif // NETCONF_CONTROLLER_H
diff --git a/src/bin/netconf/netconf_log.h b/src/bin/netconf/netconf_log.h
index 6d36e3f466..69619f5850 100644
--- a/src/bin/netconf/netconf_log.h
+++ b/src/bin/netconf/netconf_log.h
@@ -51,4 +51,4 @@ extern isc::log::Logger netconf_logger;
} // namespace netconf
} // namespace isc
-#endif // NETCONF_LOG_H
+#endif // NETCONF_LOG_H
diff --git a/src/bin/netconf/netconf_messages.mes b/src/bin/netconf/netconf_messages.mes
index 178e1a2432..18b9a58e51 100644
--- a/src/bin/netconf/netconf_messages.mes
+++ b/src/bin/netconf/netconf_messages.mes
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2021 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2012-2022 Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/src/bin/netconf/netconf_parser.yy b/src/bin/netconf/netconf_parser.yy
index 1bfe87e52d..8aefcb9f70 100644
--- a/src/bin/netconf/netconf_parser.yy
+++ b/src/bin/netconf/netconf_parser.yy
@@ -1,4 +1,4 @@
-/* Copyright (C) 2018-2021 Internet Systems Consortium, Inc. ("ISC")
+/* Copyright (C) 2018-2022 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/src/bin/netconf/netconf_process.h b/src/bin/netconf/netconf_process.h
index ccc768ea91..302f33c1a9 100644
--- a/src/bin/netconf/netconf_process.h
+++ b/src/bin/netconf/netconf_process.h
@@ -103,4 +103,4 @@ using NetconfProcessPtr = boost::shared_ptr<NetconfProcess>;
} // namespace netconf
} // namespace isc
-#endif // NETCONF_PROCESS_H
+#endif // NETCONF_PROCESS_H
diff --git a/src/bin/netconf/parser_context.cc b/src/bin/netconf/parser_context.cc
index f52675f8e5..d0e20fc111 100644
--- a/src/bin/netconf/parser_context.cc
+++ b/src/bin/netconf/parser_context.cc
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2021 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2022 Internet Systems Consortium, Inc. ("ISC")
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/src/bin/netconf/simple_parser.cc b/src/bin/netconf/simple_parser.cc
index 791ce5d459..37e28717e4 100644
--- a/src/bin/netconf/simple_parser.cc
+++ b/src/bin/netconf/simple_parser.cc
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2021 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2022 Internet Systems Consortium, Inc. ("ISC")
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/src/bin/netconf/stdout_control_socket.h b/src/bin/netconf/stdout_control_socket.h
index a241a9ed5d..79a8a45fad 100644
--- a/src/bin/netconf/stdout_control_socket.h
+++ b/src/bin/netconf/stdout_control_socket.h
@@ -86,4 +86,4 @@ createControlSocket<CfgControlSocket::Type::STDOUT>(CfgControlSocketPtr ctrl_soc
} // namespace netconf
} // namespace isc
-#endif // STDOUT_CONTROL_SOCKET_H
+#endif // STDOUT_CONTROL_SOCKET_H
diff --git a/src/bin/netconf/tests/basic_library.cc b/src/bin/netconf/tests/basic_library.cc
index cd0be6896a..0838586611 100644
--- a/src/bin/netconf/tests/basic_library.cc
+++ b/src/bin/netconf/tests/basic_library.cc
@@ -1,4 +1,4 @@
-// Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2022 Internet Systems Consortium, Inc. ("ISC")
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/src/bin/netconf/tests/run_unittests.cc b/src/bin/netconf/tests/run_unittests.cc
index 0065ec6519..15391d2f7d 100644
--- a/src/bin/netconf/tests/run_unittests.cc
+++ b/src/bin/netconf/tests/run_unittests.cc
@@ -1,4 +1,4 @@
-// Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2022 Internet Systems Consortium, Inc. ("ISC")
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/src/bin/netconf/tests/test_libraries.h.in b/src/bin/netconf/tests/test_libraries.h.in
index f402b1c3bd..2bf269aedd 100644
--- a/src/bin/netconf/tests/test_libraries.h.in
+++ b/src/bin/netconf/tests/test_libraries.h.in
@@ -21,4 +21,4 @@ static const char* BASIC_CALLOUT_LIBRARY = "@abs_builddir@/.libs/libbasic.so";
} // anonymous namespace
-#endif // TEST_LIBRARIES_H
+#endif // TEST_LIBRARIES_H
diff --git a/src/bin/netconf/unix_control_socket.h b/src/bin/netconf/unix_control_socket.h
index 1595ddba8d..a05c5091e5 100644
--- a/src/bin/netconf/unix_control_socket.h
+++ b/src/bin/netconf/unix_control_socket.h
@@ -85,4 +85,4 @@ createControlSocket<CfgControlSocket::Type::UNIX>(CfgControlSocketPtr ctrl_sock)
} // namespace netconf
} // namespace isc
-#endif // UNIX_CONTROL_SOCKET_H
+#endif // UNIX_CONTROL_SOCKET_H