On 2/5/21 11:36 PM, Thayne McCombs wrote: > The sport and dport conditions in expressions were inconsistent on > whether there should be a ":" at the beginning of the port when only a > port was provided depending on the family. The link and netlink > families required a ":" to work. The vsock family required the ":" > to be absent. The inet and inet6 families work with or without a leading > ":". > > This makes the leading ":" optional in all cases, so if sport or dport > are used, then it works with a leading ":" or without one, as inet and > inet6 did. > --- > misc/ss.c | 46 ++++++++++++++++++++++++---------------------- > 1 file changed, 24 insertions(+), 22 deletions(-) >
change looks fine, but you are missing a sign off.