Re: [PATCH iproute2 1/1] tc: Fix binding of gact action by index.

2019-06-06 Thread Stephen Hemminger
On Thu, 6 Jun 2019 17:32:09 -0400 Roman Mashak wrote: > The following operation fails: > % sudo tc actions add action pipe index 1 > % sudo tc filter add dev lo parent : \ >protocol ip pref 10 u32 match ip src 127.0.0.2 \ >flowid 1:10 action gact index 1 > > Bad action type

Re: [PATCH iproute2 1/1] tc: Fix binding of gact action by index.

2019-06-06 Thread Stephen Hemminger
On Thu, 6 Jun 2019 17:32:09 -0400 Roman Mashak wrote: > The following operation fails: > % sudo tc actions add action pipe index 1 > % sudo tc filter add dev lo parent : \ >protocol ip pref 10 u32 match ip src 127.0.0.2 \ >flowid 1:10 action gact index 1 > > Bad action type

[PATCH iproute2 1/1] tc: Fix binding of gact action by index.

2019-06-06 Thread Roman Mashak
The following operation fails: % sudo tc actions add action pipe index 1 % sudo tc filter add dev lo parent : \ protocol ip pref 10 u32 match ip src 127.0.0.2 \ flowid 1:10 action gact index 1 Bad action type index Usage: ... gact [RAND] [INDEX] Where: ACTION := reclassify | dr