Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Kea
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
416
Issues
416
List
Boards
Labels
Service Desk
Milestones
Merge Requests
66
Merge Requests
66
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
Kea
Commits
21369c11
Commit
21369c11
authored
May 15, 2014
by
Tomek Mrugalski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[3400] Files renamed to {kea,bundy}_controller.cc
parent
64e589b7
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
src/bin/dhcp6/Makefile.am
src/bin/dhcp6/Makefile.am
+2
-2
src/bin/dhcp6/bundy_controller.cc
src/bin/dhcp6/bundy_controller.cc
+0
-0
src/bin/dhcp6/kea_controller.cc
src/bin/dhcp6/kea_controller.cc
+0
-0
src/bin/dhcp6/tests/Makefile.am
src/bin/dhcp6/tests/Makefile.am
+2
-2
No files found.
src/bin/dhcp6/Makefile.am
View file @
21369c11
...
...
@@ -59,11 +59,11 @@ b10_dhcp6_SOURCES += ctrl_dhcp6_srv.cc ctrl_dhcp6_srv.h
b10_dhcp6_SOURCES
+=
json_config_parser.cc json_config_parser.h
if
CONFIG_BACKEND_BUNDY
b10_dhcp6_SOURCES
+=
bundy_
backend
.cc
b10_dhcp6_SOURCES
+=
bundy_
controller
.cc
endif
if
CONFIG_BACKEND_JSON
b10_dhcp6_SOURCES
+=
jsonfile_
backend
.cc
b10_dhcp6_SOURCES
+=
jsonfile_
controller
.cc
endif
nodist_b10_dhcp6_SOURCES
=
dhcp6_messages.h dhcp6_messages.cc
...
...
src/bin/dhcp6/bundy_
backend
.cc
→
src/bin/dhcp6/bundy_
controller
.cc
View file @
21369c11
File moved
src/bin/dhcp6/
jsonfile_backend
.cc
→
src/bin/dhcp6/
kea_controller
.cc
View file @
21369c11
File moved
src/bin/dhcp6/tests/Makefile.am
View file @
21369c11
...
...
@@ -91,12 +91,12 @@ dhcp6_unittests_SOURCES += config_parser_unittest.cc
if
CONFIG_BACKEND_BUNDY
# For Bundy backend, we only need to run the usual tests. There are no
# Bundy-specific tests yet.
dhcp6_unittests_SOURCES
+=
../bundy_
backend
.cc
dhcp6_unittests_SOURCES
+=
../bundy_
controller
.cc
dhcp6_unittests_SOURCES
+=
bundy_backend_unittest.cc
endif
if
CONFIG_BACKEND_JSON
dhcp6_unittests_SOURCES
+=
../jsonfile_
backend
.cc
dhcp6_unittests_SOURCES
+=
../jsonfile_
controller
.cc
dhcp6_unittests_SOURCES
+=
jsonfile_backend_unittest.cc
endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment