diff --git a/NEWS.asciidoc b/NEWS.asciidoc index 2e473a306bec..2d4d74494a0e 100644 --- a/NEWS.asciidoc +++ b/NEWS.asciidoc @@ -32,6 +32,7 @@ For a list of compatibility related changes see the < \$mode, + "vip=s" => \$vip, ) ; if (! ($mode =~ /^master|slave$/)) { @@ -23,3 +29,8 @@ if (! ($mode =~ /^master|slave$/)) { } pf_run("pkill -1 pfdhcplistener"); + +if (-e "$custom_script_path" && -x "$custom_script_path") { + print "Running $custom_script_path\n"; + pf_run("$custom_script_path $mode $vip"); +} diff --git a/conf/documentation.conf b/conf/documentation.conf index 63e6e5148341..337cc9f45050 100644 --- a/conf/documentation.conf +++ b/conf/documentation.conf @@ -1444,6 +1444,13 @@ description=< + +