mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
ndp: Remove a stray semicolon
MFC after: 1 week
This commit is contained in:
parent
9cd6ab45a4
commit
17120e4bc3
1 changed files with 1 additions and 1 deletions
|
|
@ -638,7 +638,7 @@ dump_rtsock(struct sockaddr_in6 *addr, int cflag)
|
|||
xo_emit(xobuf, "Neighbor", "Linklayer Address", "Netif", "Expire", "S", "Flags");
|
||||
}
|
||||
xo_open_list("neighbor-cache");
|
||||
again:;
|
||||
again:
|
||||
mib[0] = CTL_NET;
|
||||
mib[1] = PF_ROUTE;
|
||||
mib[2] = 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue