diff options
author | Thomas Haller <thaller@redhat.com> | 2014-11-23 14:25:01 (GMT) |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2014-11-23 14:32:29 (GMT) |
commit | 8759c20beb60a441acbd98af27e7b8f1d3e2eb95 (patch) | |
tree | 36e42d5a78b39dd5c226a8aa68ce62aa721f29f9 /include | |
parent | 3844b15d734b5017e234a4ffcc1c55c15942b6bb (diff) | |
download | libnl-8759c20beb60a441acbd98af27e7b8f1d3e2eb95.zip libnl-8759c20beb60a441acbd98af27e7b8f1d3e2eb95.tar.gz libnl-8759c20beb60a441acbd98af27e7b8f1d3e2eb95.tar.bz2 |
route/cls: minor fixes in for match mark filters
- whitespace
- fix newline and whitespace in output of u32_dump_details()
- let rtnl_u32_del_mark() clear U32_ATTR_MARK
Signed-off-by: Thomas Haller <thaller@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/netlink/route/cls/u32.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/netlink/route/cls/u32.h b/include/netlink/route/cls/u32.h index 11a812b..4567e16 100644 --- a/include/netlink/route/cls/u32.h +++ b/include/netlink/route/cls/u32.h @@ -30,8 +30,8 @@ extern int rtnl_u32_set_hashmask(struct rtnl_cls *, uint32_t, uint32_t); extern int rtnl_u32_set_cls_terminal(struct rtnl_cls *); extern int rtnl_u32_set_flags(struct rtnl_cls *, int); -extern int rtnl_u32_add_mark(struct rtnl_cls *, uint32_t, uint32_t); -extern int rtnl_u32_del_mark(struct rtnl_cls *); +extern int rtnl_u32_add_mark(struct rtnl_cls *, uint32_t, uint32_t); +extern int rtnl_u32_del_mark(struct rtnl_cls *); extern int rtnl_u32_add_key(struct rtnl_cls *, uint32_t, uint32_t, int, int); extern int rtnl_u32_get_key(struct rtnl_cls *, uint8_t, uint32_t *, uint32_t *, |