]> git.proxmox.com Git - mirror_iproute2.git/commit - tc/Makefile
add support for skbedit action
authorAlexander Duyck <alexander.h.duyck@intel.com>
Wed, 7 Jan 2009 03:27:03 +0000 (19:27 -0800)
committerStephen Hemminger <stephen.hemminger@vyatta.com>
Wed, 7 Jan 2009 03:27:03 +0000 (19:27 -0800)
commitf72a7aab0ce946ca1133cc8b6b7fcb088fbb1d96
treeac628b90c1878dddd48b0808ae4f9c3d8a3e653b
parent7f71c0cae2db61890474e04ba3a26e40219e5561
add support for skbedit action

Provides ability to edit queue_mapping field
Provides ability to edit priority field

usage: action skbedit [queue_mapping QUEUE_MAPPING] [priority PRIORITY]
at least one option must be select, or both at the same time

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
include/linux/tc_act/tc_skbedit.h [new file with mode: 0644]
tc/Makefile
tc/m_skbedit.c [new file with mode: 0644]