diff options
| author | Szabolcs Nagy <nsz@port70.net> | 2017-07-09 18:51:36 +0000 | 
|---|---|---|
| committer | Rich Felker <dalias@aerifal.cx> | 2017-11-05 18:41:14 -0500 | 
| commit | 4c811227110ddeb1ccd03ce295a6e8f6ccb905ea (patch) | |
| tree | 94177b080edb77a3ffb28864cdc9283ae3aec1dc /include | |
| parent | 54f04d9991c000c7f46eed3dd85b741d840e7164 (diff) | |
| download | musl-4c811227110ddeb1ccd03ce295a6e8f6ccb905ea.tar.gz | |
add ARPHDR_VSOCKMON from linux v4.12
new in linux commit 531b374834c891ae2abf800693074df35a7d1a36
Diffstat (limited to 'include')
| -rw-r--r-- | include/net/if_arp.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/net/if_arp.h b/include/net/if_arp.h index 361ecfc9..c832ff95 100644 --- a/include/net/if_arp.h +++ b/include/net/if_arp.h @@ -92,6 +92,7 @@ struct arphdr {  #define ARPHRD_IP6GRE 823  #define ARPHRD_NETLINK 824  #define ARPHRD_6LOWPAN 825 +#define ARPHRD_VSOCKMON 826  #define ARPHRD_VOID	  0xFFFF  #define ARPHRD_NONE	  0xFFFE | 
