diff options
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 91cf082..7c7956c 100644..100755 --- a/scripts/vyatta-irqaffin +++ b/scripts/vyatta-irqaffin @@ -1,6 +1,5 @@ - #!/bin/bash -# + # **** License **** # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2 as @@ -24,12 +23,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 |