Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
zorun
kea-hook-runscript
Commits
e796f1f1
Commit
e796f1f1
authored
Mar 01, 2021
by
Baptiste Jonglez
Browse files
README: add a FAQ
parent
0a8f4ede
Pipeline
#59
passed with stage
in 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
e796f1f1
...
...
@@ -198,6 +198,16 @@ Refer to the Kea documentation for more information about each hook point:
-
DHCPv4 hooks reference:
<https://jenkins.isc.org/job/Kea_doc/doxygen/de/df3/dhcpv4Hooks.html>
-
DHCPv6 hooks reference:
<https://jenkins.isc.org/job/Kea_doc/doxygen/d1/d02/dhcpv6Hooks.html>
# Frequently Asked Questions
## I get "Operation not permitted" when trying to add route in my script
The script is run with the same user as Kea: if this is not root, then the script will
not have permission to change the routing table.
Either run Kea as root, or use a passwordless sudo configuration, see
[
issue 24
](
https://github.com/zorun/kea-hook-runscript/issues/24
)
.
# Reference of variables passed to the external script
## DHCPv4 variables
...
...
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