Skip to content

hostmngr: update implementation

Rahul Thakur requested to merge rt_hostmngr_fixes into devel

following cases/bugs are handled in this change:

  1. Ignore schedule if access_policy is deny
  2. For access policy allow, with schedule, deny for time outside the defined schedule.
  3. Default value for days
  4. Handle scenario when start time is not defined by initializing the start time to 00:00
  5. Handle scenario when duration is not defined

Merge request reports