]> granicus.if.org Git - libnl/commit
route: add libnl name prefix to global variable link_policy
authorThomas Haller <thaller@redhat.com>
Thu, 2 Jan 2014 10:00:31 +0000 (11:00 +0100)
committerThomas Haller <thaller@redhat.com>
Thu, 2 Jan 2014 10:56:56 +0000 (11:56 +0100)
commit2cf635b06a678ebe09d6ea6db72bc09de09f84c8
treea60845312967a3d31d74bc95acddfa7bca680eef
parent62c37faa3fa3c3305b33a27a40e88692d8fd6ad3
route: add libnl name prefix to global variable link_policy

Public names should be prefixed with a libnl specific
prefix to avoid name collisions. Rename link_policy to
rtln_link_policy.

Related bugs:
  https://github.com/thom311/libnl/issues/52
  https://bugzilla.gnome.org/show_bug.cgi?id=720902
  https://bugs.gentoo.org/show_bug.cgi?id=494986
  https://bugs.gentoo.org/show_bug.cgi?id=494890

Signed-off-by: Thomas Haller <thaller@redhat.com>
include/netlink/route/link.h
lib/route/link.c
lib/route/link/veth.c