• D
    ipoe: implemented soft session termination · 40c8be9c
    Dmitry Kozlov 提交于
    Soft termination means that session won't be terminated immediately, but marked as terminated
    and when client will request for lease renewal it will be NAKed and session will be terminated at this time.
    By default soft termination is turned off, to enable it introduces new option 'soft-terminate=1'.
    Also cli command 'terminate <session> hard' terminates session immediatly regardless of 'soft-terminate' option.
    40c8be9c
ipoe.c 80.1 KB