diff options
Diffstat (limited to 'zebra/kernel_netlink.h')
| -rw-r--r-- | zebra/kernel_netlink.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/zebra/kernel_netlink.h b/zebra/kernel_netlink.h index 08cd706a9f..ad6e639b42 100644 --- a/zebra/kernel_netlink.h +++ b/zebra/kernel_netlink.h @@ -48,6 +48,8 @@ extern bool nl_attr_put16(struct nlmsghdr *n, unsigned int maxlen, int type,  			  uint16_t data);  extern bool nl_attr_put32(struct nlmsghdr *n, unsigned int maxlen, int type,  			  uint32_t data); +extern bool nl_attr_put64(struct nlmsghdr *n, unsigned int maxlen, int type, +			  uint64_t data);  /*   * nl_attr_nest - start an attribute nest.  | 
