]> git.proxmox.com Git - mirror_iproute2.git/commit - tc/tc_filter.c
Fix classifier help
authorPatrick McHardy <kaber@trash.net>
Wed, 26 Mar 2008 06:40:03 +0000 (07:40 +0100)
committerStephen Hemminger <stephen.hemminger@vyatta.com>
Thu, 17 Apr 2008 17:07:02 +0000 (10:07 -0700)
commit083a5f00a15f6506815b0da2be82e7be761c5cbc
treec01888375e3726df700a3d04c88f24b023bd06a8
parent292f29b42c3444375b5ae7086484c99da7129d94
Fix classifier help

commit c504ffd627ac211eebf5ed34ef0fbfd7f1dbb347
Author: Patrick McHardy <kaber@trash.net>
Date:   Wed Mar 26 07:38:43 2008 +0100

    [IPROUTE]: Fix classifier help

    The new check whether the user has specified a protocol makes
    "ip filter <type> help" fails with "protocol is required".

    This could be fixed by moving it further down, but a more user-friendly
    way it to simply use ETH_P_ALL as default if nothing is specified.

Signed-off-by: Patrick McHardy <kaber@trash.net>
tc/tc_filter.c