]> git.proxmox.com Git - mirror_frr.git/blobdiff - nhrpd/znl.h
zebra: Allow ns delete to happen after under/over flow checks
[mirror_frr.git] / nhrpd / znl.h
index 2cd630b5d3c765ff3413e0a39cf26aa162e445a4..fd31daaf43d10b972e3d37a93a60102295d6b22d 100644 (file)
@@ -18,7 +18,8 @@ struct nlmsghdr *znl_nlmsg_push(struct zbuf *zb, uint16_t type, uint16_t flags);
 void znl_nlmsg_complete(struct zbuf *zb, struct nlmsghdr *n);
 struct nlmsghdr *znl_nlmsg_pull(struct zbuf *zb, struct zbuf *payload);
 
-struct rtattr *znl_rta_push(struct zbuf *zb, uint16_t type, const void *val, size_t len);
+struct rtattr *znl_rta_push(struct zbuf *zb, uint16_t type, const void *val,
+                           size_t len);
 struct rtattr *znl_rta_push_u32(struct zbuf *zb, uint16_t type, uint32_t val);
 struct rtattr *znl_rta_nested_push(struct zbuf *zb, uint16_t type);
 void znl_rta_nested_complete(struct zbuf *zb, struct rtattr *rta);
@@ -26,4 +27,3 @@ void znl_rta_nested_complete(struct zbuf *zb, struct rtattr *rta);
 struct rtattr *znl_rta_pull(struct zbuf *zb, struct zbuf *payload);
 
 int znl_open(int protocol, int groups);
-