Re: [PATCH iproute2-next 1/2] ip: GTP support in ip link From: Stephen Hemminger <stephen@networkplumber.org> Date: 2022-01-27 17:13:39 On Thu, 27 Jan 2022 14:13:54 +0100 Wojciech Drewek [off-list ref] wrote: + if (role == GTP_ROLE_SGSN) + print_string(PRINT_ANY, "role", "role %s ", "sgsn"); + else + print_string(PRINT_ANY, "role", "role %s ", "ggsn"); Why not us trigraph? print_string(PRINT_ANY, "role", "role %s ", role == GTP_ROLE_SGSN ? "sgsn" : "ggsn");
Keyboard shortcuts hback out one level jnext message in thread kprevious message in thread ldrill in Escclose help / fold thread tree ?toggle this help