diff options
| author | Russ White <russ@riw.us> | 2018-05-27 11:02:15 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-27 11:02:15 -0400 | 
| commit | e73f79ac4c1024e1c631502ff14a35de4d59fc40 (patch) | |
| tree | cc2509b2a81ace3799d76f0ed8f8ed15507de6c9 /zebra/rt_netlink.h | |
| parent | 5980e231237ca2a9fc9e311034ac3e58cc369734 (diff) | |
| parent | 026a316f2cd5756b7740bec4696e320387f6e49c (diff) | |
Merge pull request #2283 from donaldsharp/ignore_some_more
zebra: netlink cleanups
Diffstat (limited to 'zebra/rt_netlink.h')
| -rw-r--r-- | zebra/rt_netlink.h | 6 | 
1 files changed, 2 insertions, 4 deletions
diff --git a/zebra/rt_netlink.h b/zebra/rt_netlink.h index c8d918b1d2..c4f21d1504 100644 --- a/zebra/rt_netlink.h +++ b/zebra/rt_netlink.h @@ -59,12 +59,10 @@ void rt_netlink_init(void);  extern int netlink_mpls_multipath(int cmd, zebra_lsp_t *lsp); -extern int netlink_route_change(struct sockaddr_nl *snl, struct nlmsghdr *h, -				ns_id_t ns_id, int startup); +extern int netlink_route_change(struct nlmsghdr *h, ns_id_t ns_id, int startup);  extern int netlink_route_read(struct zebra_ns *zns); -extern int netlink_neigh_change(struct sockaddr_nl *snl, struct nlmsghdr *h, -				ns_id_t ns_id); +extern int netlink_neigh_change(struct nlmsghdr *h, ns_id_t ns_id);  extern int netlink_macfdb_read(struct zebra_ns *zns);  extern int netlink_macfdb_read_for_bridge(struct zebra_ns *zns,  					  struct interface *ifp,  | 
