diff options
Diffstat (limited to 'networking/libiproute/ipaddress.c')
-rw-r--r-- | networking/libiproute/ipaddress.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/libiproute/ipaddress.c b/networking/libiproute/ipaddress.c index 86eaf7d86..b25981900 100644 --- a/networking/libiproute/ipaddress.c +++ b/networking/libiproute/ipaddress.c | |||
@@ -173,7 +173,7 @@ static int print_linkinfo(struct sockaddr_nl ATTRIBUTE_UNUSED *who, | |||
173 | b1, sizeof(b1)), fp); | 173 | b1, sizeof(b1)), fp); |
174 | } | 174 | } |
175 | if (tb[IFLA_BROADCAST]) { | 175 | if (tb[IFLA_BROADCAST]) { |
176 | if (ifi->ifi_flags&IFF_POINTOPOINT) | 176 | if (ifi->ifi_flags & IFF_POINTOPOINT) |
177 | fprintf(fp, " peer "); | 177 | fprintf(fp, " peer "); |
178 | else | 178 | else |
179 | fprintf(fp, " brd "); | 179 | fprintf(fp, " brd "); |