diff options
author | Thomas Graf <tgr@deb.localdomain> | 2008-01-08 14:18:23 (GMT) |
---|---|---|
committer | Thomas Graf <tgr@deb.localdomain> | 2008-01-08 14:18:23 (GMT) |
commit | ddbe8f6c417ddba11f32e1f36bbfbdee8a598a36 (patch) | |
tree | 3439a8ca23e3b201fd4522ee384671b6481ad3e4 | |
parent | a7469ce758fac3631df6ce72eb3f89150070e7f8 (diff) | |
download | libnl-ddbe8f6c417ddba11f32e1f36bbfbdee8a598a36.zip libnl-ddbe8f6c417ddba11f32e1f36bbfbdee8a598a36.tar.gz libnl-ddbe8f6c417ddba11f32e1f36bbfbdee8a598a36.tar.bz2 |
Make vlan_put_attrs() available
-rw-r--r-- | lib/route/link/vlan.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/route/link/vlan.c b/lib/route/link/vlan.c index 5ab9a20..c148dca 100644 --- a/lib/route/link/vlan.c +++ b/lib/route/link/vlan.c @@ -340,6 +340,7 @@ static struct rtnl_link_info_ops vlan_info_ops = { .io_dump[NL_DUMP_BRIEF] = vlan_dump_brief, .io_dump[NL_DUMP_FULL] = vlan_dump_full, .io_clone = vlan_clone, + .io_put_attrs = vlan_put_attrs, .io_free = vlan_free, }; |