summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2010-05-06 09:22:53 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2010-05-06 09:22:53 -0700
commit52f8f4dd7e31040e35d614340ded16816ed046a8 (patch)
treed30be96aca5d1a204d9c805fc506c35e6284f581
parentff7a087858d97a98e7de05f3925c74d2b143b9fb (diff)
downloadvyatta-cfg-qos-52f8f4dd7e31040e35d614340ded16816ed046a8.tar.gz
vyatta-cfg-qos-52f8f4dd7e31040e35d614340ded16816ed046a8.zip
Make sure perl modules end with 1;
Need to ensure success on package load
-rw-r--r--lib/Vyatta/Qos/IngressRedirect.pm2
-rw-r--r--lib/Vyatta/Qos/Match.pm2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/Vyatta/Qos/IngressRedirect.pm b/lib/Vyatta/Qos/IngressRedirect.pm
index a04018f..2bffd30 100644
--- a/lib/Vyatta/Qos/IngressRedirect.pm
+++ b/lib/Vyatta/Qos/IngressRedirect.pm
@@ -53,5 +53,3 @@ sub commands {
}
1;
-
-
diff --git a/lib/Vyatta/Qos/Match.pm b/lib/Vyatta/Qos/Match.pm
index 41ed4f1..fd71f4a 100644
--- a/lib/Vyatta/Qos/Match.pm
+++ b/lib/Vyatta/Qos/Match.pm
@@ -141,3 +141,5 @@ sub filter {
printf " flowid %x:%x\n", $parent, $classid;
}
}
+
+1;