diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-12-06 15:01:20 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-12-06 15:01:20 -0800 |
commit | 22f96c95a1f266460959d044ff10d196b02b6ed6 (patch) | |
tree | f4ef7674d4111b13f7114fea893a96e35b3f12d3 /scripts/vyatta-policy-action-verify.pl | |
parent | d4952bc1550223dddcd1228d7335ce1fc380f739 (diff) | |
download | vyatta-cfg-quagga-22f96c95a1f266460959d044ff10d196b02b6ed6.tar.gz vyatta-cfg-quagga-22f96c95a1f266460959d044ff10d196b02b6ed6.zip |
Revert "need full path to linkdetect"
This reverts commit d4952bc1550223dddcd1228d7335ce1fc380f739 because it
included local changes as well as bug fix
Diffstat (limited to 'scripts/vyatta-policy-action-verify.pl')
-rw-r--r-- | scripts/vyatta-policy-action-verify.pl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/scripts/vyatta-policy-action-verify.pl b/scripts/vyatta-policy-action-verify.pl index d426dfd2..acb7d272 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-policy-action-verify.pl +# Module: vyatta-wanloadbalance.pl # # **** License **** # This program is free software; you can redistribute it and/or modify @@ -16,6 +16,10 @@ # 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/"; |