]> git.proxmox.com Git - mirror_frr.git/blobdiff - zebra/rule_netlink.h
isisd: implement the 'lsp-too-large' notification
[mirror_frr.git] / zebra / rule_netlink.h
index 034068b8995b8ddec3d06185c895acaf09dbceec..4547a1bb3b1480fe6d0d3d434f0457cda53e510f 100644 (file)
@@ -1,4 +1,4 @@
-/* 
+/*
  * Zebra Policy Based Routing (PBR) interaction with the kernel using
  * netlink - public definitions and function declarations.
  * Copyright (C) 2018 Cumulus Networks, Inc.
@@ -29,8 +29,7 @@
 /*
  * Handle netlink notification informing a rule add or delete.
  */
-extern int netlink_rule_change(struct sockaddr_nl *snl, struct nlmsghdr *h,
-                               ns_id_t ns_id, int startup);
+extern int netlink_rule_change(struct nlmsghdr *h, ns_id_t ns_id, int startup);
 
 /*
  * Get to know existing PBR rules in the kernel - typically called at startup.