diff options
author | Thomas Haller <thaller@redhat.com> | 2018-02-12 14:19:54 (GMT) |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2018-02-12 14:23:02 (GMT) |
commit | cb8e34859bbc0a8b273333f585f2406326eb0c03 (patch) | |
tree | 7f9cc27c2bf61f23c83768d481717a99f0d01a90 /tests | |
parent | 6b4fc607ba6595e5afdb097699676cd87901c9c6 (diff) | |
download | libnl-cb8e34859bbc0a8b273333f585f2406326eb0c03.zip libnl-cb8e34859bbc0a8b273333f585f2406326eb0c03.tar.gz libnl-cb8e34859bbc0a8b273333f585f2406326eb0c03.tar.bz2 |
lib/rtnl: rename public define RTNL_GENEVE_ID_MAX
Public defines must have a libnl3 related prefix. Rename
GENEVE_ID_MAX to RTNL_GENEVE_ID_MAX.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/.gitignore b/tests/.gitignore index 247b0e6..425a7c4 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -7,6 +7,7 @@ /test-complex-HTB-with-hash-filters /test-create-bond /test-create-bridge +/test-create-geneve /test-create-ifb /test-create-ip6tnl /test-create-ipgre @@ -24,6 +25,7 @@ /test-create-vxlan /test-delete-link /test-genl +/test-loopback-up-down /test-nf-cache-mngr /test-socket-creation /test-suite.log |