1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Adding also our copy of struct rtvia.

This commit is contained in:
Jan Moskyto Matejka
2017-04-05 14:26:37 +02:00
parent 54635f435a
commit 97e48b6a18
3 changed files with 11 additions and 0 deletions

View File

@@ -60,6 +60,13 @@
#define RTA_VIA 18
#endif
#ifndef HAVE_STRUCT_RTVIA
struct rtvia {
__kernel_sa_family_t rtvia_family;
__u8 rtvia_addr[0];
};
#endif
#ifndef RTA_NEWDST
#define RTA_NEWDST 19
#endif