diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-12-05 10:22:06 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-12-05 10:22:06 -0800 |
commit | d4952bc1550223dddcd1228d7335ce1fc380f739 (patch) | |
tree | a8f762819ddbc5f0571212579a7fdec637c499ca /scripts/vyatta-policy-action-verify.pl | |
parent | a25d6759be1eae79b1fdf679448ec9aaebb643b7 (diff) | |
download | vyatta-cfg-quagga-d4952bc1550223dddcd1228d7335ce1fc380f739.tar.gz vyatta-cfg-quagga-d4952bc1550223dddcd1228d7335ce1fc380f739.zip |
need full path to linkdetect
Diffstat (limited to 'scripts/vyatta-policy-action-verify.pl')
-rw-r--r-- | scripts/vyatta-policy-action-verify.pl | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/scripts/vyatta-policy-action-verify.pl b/scripts/vyatta-policy-action-verify.pl index acb7d272..d426dfd2 100644 --- a/scripts/vyatta-policy-action-verify.pl +++ b/scripts/vyatta-policy-action-verify.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -w # -# Module: vyatta-wanloadbalance.pl +# Module: vyatta-policy-action-verify.pl # # **** License **** # This program is free software; you can redistribute it and/or modify @@ -16,10 +16,6 @@ # Portions created by Vyatta are Copyright (C) 2008 Vyatta, Inc. # All Rights Reserved. # -# Author: Michael Larson -# Date: January 2008 -# Description: Writes exclusion list for linkstatus -# # **** End License **** # use lib "/opt/vyatta/share/perl5/"; |