On Tue, 19 Feb 2019 21:50:19 +0100 Thomas Haller <thal...@redhat.com> wrote:
> The key should not be called "to_tbl" because it is exactly > not a FR_ACT_TO_TBL action. Change it to "action". > > # ip rule add blackhole > # ip -j rule | python -m json.tool > ... > { > "priority": 0, > "src": "all", > "to_tbl": "blackhole" > }, > > This is an API break of JSON output as it was added in v4.17.0. > Still change it as the API is relatively new and unstable. > > Fixes: 0dd4ccc56c0e ("iprule: add json support") > > Signed-off-by: Thomas Haller <thal...@redhat.com> Applied, thanks.