RE: [PATCH net-next/iproute 2/5] tc: bash-completion: Prepare action autocomplete to support several actions

2017-02-06 Thread Yotam Gigi
TCH net-next/iproute 2/5] tc: bash-completion: Prepare action >autocomplete to support several actions > >On Mon, 6 Feb 2017 15:19:21 +0200 >Yotam Gigi wrote: > >> The action autocomplete routine (_tc_action_options) currently does not >> support several actio

Re: [PATCH net-next/iproute 2/5] tc: bash-completion: Prepare action autocomplete to support several actions

2017-02-06 Thread Stephen Hemminger
On Mon, 6 Feb 2017 15:19:21 +0200 Yotam Gigi wrote: > The action autocomplete routine (_tc_action_options) currently does not > support several actions statements in one tc command line as it uses the > _tc_once_attr and _tc_one_from_list. > > For example, in that case: > > $ tc filter add dev

[PATCH net-next/iproute 2/5] tc: bash-completion: Prepare action autocomplete to support several actions

2017-02-06 Thread Yotam Gigi
The action autocomplete routine (_tc_action_options) currently does not support several actions statements in one tc command line as it uses the _tc_once_attr and _tc_one_from_list. For example, in that case: $ tc filter add dev eth0 handle : u32 [...] \ action sample group 5 rate