diff options
author | rbalocca <rbalocca@vyatta.com> | 2008-03-05 12:45:18 -0800 |
---|---|---|
committer | rbalocca <rbalocca@vyatta.com> | 2008-03-05 12:45:18 -0800 |
commit | ef55a6cb59439360f40a68848618be9ab1519748 (patch) | |
tree | 03f38e80abda1ab84a9e755e56b031ab6037f26c /scripts/vyatta-irqaffin | |
parent | 1c2ea1480d6b5c1d7968fd04093dcfc254510ad1 (diff) | |
download | vyatta-cfg-ef55a6cb59439360f40a68848618be9ab1519748.tar.gz vyatta-cfg-ef55a6cb59439360f40a68848618be9ab1519748.zip |
Add VPL to scripts and fix lintian errors
Diffstat (limited to 'scripts/vyatta-irqaffin')
-rwxr-xr-x[-rw-r--r--] | scripts/vyatta-irqaffin | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/scripts/vyatta-irqaffin b/scripts/vyatta-irqaffin index 8be98b2..4deb662 100644..100755 --- a/scripts/vyatta-irqaffin +++ b/scripts/vyatta-irqaffin @@ -1,6 +1,5 @@ - #!/bin/bash -# + # **** License **** # Version: VPL 1.0 # @@ -20,12 +19,10 @@ # # Author: Robert E. Gilligan # Date: 2008 -# Description: +# Description: CLI back-end script to manipulate NIC interrupt CPU affinity. # # **** End License **** -# -# CLI back-end script to manipulate NIC interrupt CPU affinity. -# + # Provides sub-commands to: # - Check the validity of an interface name and affinity mask value # - Set the affinity mask to the IRQ being used by an interface |