From a8db8aed0c92a2537fc2c73d5e0e9ab60c4bb41e Mon Sep 17 00:00:00 2001
From: Nigel Kukard <nkukard@lbsd.net>
Date: Sun, 29 Dec 2013 11:44:10 +0000
Subject: [PATCH] Added descriptions to constants

---
 opentrafficshaper/constants.pm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/opentrafficshaper/constants.pm b/opentrafficshaper/constants.pm
index 78f5efb..f26d49c 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,
-- 
GitLab