On Fri, 2014-09-12 at 12:19 +0800, Jingle Guo wrote: > Hi, > > Thank you for making such an amazing project. Currently I am running > version 0.8.4 and need your help for a blocking issue. Many times, we > need to reload config file for a service to make changes take effect > without breaking currently established sessions. But this feature > seems not working in this version, here are the repro steps: > 1. comment udp-port option in config file and save ocserv.conf > 2. run ocserv -c path/to/ocserv.conf Hello Jingle, The UDP (and TCP) port cannot be updated at the moment through a server reload. They have to remain fixed for the server lifetime. If you want to disable the UDP port for some users, you can do that using the per-group configuration. regards, Nikos