lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <15fd508c-0351-7332-805d-e536a7c77c17@6wind.com>
Date:   Sat, 13 Apr 2019 01:37:18 +0200
From:   Nicolas Dichtel <nicolas.dichtel@...nd.com>
To:     Lucas Bates <lucasb@...atatu.com>
Cc:     Linux Kernel Network Developers <netdev@...r.kernel.org>,
        David Miller <davem@...emloft.net>,
        Jamal Hadi Salim <jhs@...atatu.com>,
        Cong Wang <xiyou.wangcong@...il.com>,
        Jiri Pirko <jiri@...nulli.us>,
        Marcelo Ricardo Leitner <mleitner@...hat.com>,
        Vlad Buslov <vladbu@...lanox.com>,
        Davide Caratti <dcaratti@...hat.com>, kernel@...atatu.com
Subject: Re: [RFC net-next 1/1] tdc.py: Introduce required plugins

Le 12/04/2019 à 18:07, Lucas Bates a écrit :
[snip]
> So something like this?  Note the usage of the keyword "requires",
> 
>     {
>         "id": "901f",
>         "name": "Add fw filter with prio at 32-bit maxixum",
>         "category": [
>             "filter",
>             "fw"
>         ],
>         "requires": ["nsPlugin"],
Yes.

>         "setup": [
>             "$TC qdisc add dev $DEV1 ingress"
>         ],
>         "cmdUnderTest": "$TC filter add dev $DEV1 parent ffff: handle
> 1 prio 65535 fw action ok",
>         "expExitCode": "0",
>         "verifyCmd": "$TC filter get dev $DEV1 parent ffff: handle 1
> prio 65535 protocol all fw",
>         "matchPattern": "pref 65535 fw.*handle 0x1.*gact action pass",
>         "matchCount": "1",
>         "teardown": [
>             "$TC qdisc del dev $DEV1 ingress"
>         ]
>     },


Regards,
Nicolas

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ