Re: [PATCH v2] libiproute: handle table ids larger than 255

2016-12-18 Thread Denys Vlasenko
Rebased to current git and applied. Thanks! On Tue, Dec 13, 2016 at 1:58 PM, wrote: > From: Lukasz Nowak > > Linux kernel, starting from 2.6.19 allows ip table ids to have 32-bit values. > In order to preserve compatibility, the old 8-bit field:

[PATCH v2] libiproute: handle table ids larger than 255

2016-12-13 Thread lnowak . tyco
From: Lukasz Nowak Linux kernel, starting from 2.6.19 allows ip table ids to have 32-bit values. In order to preserve compatibility, the old 8-bit field: rtm_table is still in use when table id is lower than 256. Add support for the 32-bit table id (RTA_TABLE attribute) in: