sdn-sense / siterm

Apache License 2.0
3 stars 5 forks source link

Do not accept delta if start/end time in the past #514

Closed juztas closed 3 months ago

juztas commented 3 months ago

Following this: https://github.com/esnet/StackV/issues/1141#issuecomment-2107758130

SiteRM uses UTC, and in case delta submitted is in the past (start time/end time) - it should not be accepted.

juztas commented 3 months ago

Related: https://github.com/sdn-sense/siterm/pull/519

juztas commented 3 months ago

Solved here: https://github.com/sdn-sense/siterm/pull/543