diff --git a/opentrafficshaper/constants.pm b/opentrafficshaper/constants.pm index 78f5efbc8dbd024be8ec8c7aa00f6a54d5598033..f26d49c936085f234b6c756d471d436c5c0a1d74 100644 --- a/opentrafficshaper/constants.pm +++ b/opentrafficshaper/constants.pm @@ -31,6 +31,9 @@ our (@ISA,@EXPORT,@EXPORT_OK); ); +# SHAPER_NOTLIVE - Nothing is going on yet, something should happen +# SHAPER_PENDING - Waiting on shaper to do a change +# SHAPER_LIVE - Shaper is up to date with our config use constant { SHAPER_NOTLIVE => 0, SHAPER_PENDING => 1,