From: Davide Caratti <dcara...@redhat.com> Date: Mon, 14 Jan 2019 18:16:44 +0100
> In iproute2 commit 90c5c969f0b9 ("fix print_0xhex on 32 bit"), the format > specifier for the ife type changed from 0x%X to %#llX, causing systematic > failures in the following TDC test cases: ... > Change 'matchPattern' values, allowing '0' and '0x0' if ife type is equal > to 0, and accepting both '0x' and '0X' otherwise, to let these tests pass > both with old and new tc binaries. > While at it, fix a small typo in test case fac3 ('maximnum'->'maximum'). > > Signed-off-by: Davide Caratti <dcara...@redhat.com> Applied.