The libnl
library provides functions like nla_put_...(...)
for adding attributes to a netlink message. Can I somehow rewrite certain attribute without recreating the whole message? Didn't found any interface function in libnl
fot doing this.
Thanks.