Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
ec9b5b21
Commit
ec9b5b21
authored
Apr 19, 2011
by
Michal 'vorner' Vaner
Browse files
[trac810] TODO note
parent
95689208
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/python/isc/config/cfgmgr.py
View file @
ec9b5b21
...
...
@@ -326,6 +326,13 @@ class ConfigManager:
update_cmd
=
ccsession
.
create_command
(
ccsession
.
COMMAND_CONFIG_UPDATE
,
use_part
)
# TODO: This design might need some revisiting. We might want some
# polymorphism instead of branching. But it just might turn out it
# will get solved by itself when we move everything to virtual modules
# (which is possible solution to the offline configuration problem)
# or when we solve the incorect behaviour here when a config is
# rejected (spying modules don't know it was rejected and some modules
# might have been commited already).
if
module_name
in
self
.
virtual_modules
:
# The module is virtual, so call it to get the answer
try
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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