diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-10-31 18:50:45 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-31 18:50:45 -0400 |
| commit | 0100dfb9c1424a7881f5cefe69309f1ff456fb96 (patch) | |
| tree | 7357571678e29bb9629f314b5f0b73aaf2faf55d /zebra/kernel_socket.c | |
| parent | f2c5e94a67dcadbe0709cdd75a057cab978ad2af (diff) | |
| parent | e261d38b3945b88228ecfbb079340c9e37b627d4 (diff) | |
Merge pull request #2705 from opensourcerouting/northbound-yang-v2
Northbound API
Diffstat (limited to 'zebra/kernel_socket.c')
| -rw-r--r-- | zebra/kernel_socket.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/kernel_socket.c b/zebra/kernel_socket.c index bbae6061da..7af3083fd2 100644 --- a/zebra/kernel_socket.c +++ b/zebra/kernel_socket.c @@ -327,7 +327,7 @@ static int ifan_read(struct if_announcemsghdr *ifan) __func__, ifan->ifan_index, ifan->ifan_name); /* Create Interface */ - ifp = if_get_by_name(ifan->ifan_name, VRF_DEFAULT, 0); + ifp = if_get_by_name(ifan->ifan_name, VRF_DEFAULT); if_set_index(ifp, ifan->ifan_index); if_get_metric(ifp); |
