diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-12-04 19:29:42 -0500 | 
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-12-04 21:28:19 -0500 | 
| commit | edb1d4a09acdf27c04ce27adf1b06e4faa86454a (patch) | |
| tree | b0e94b44fe0d8b62cee3924b84d694409eaac78c /babeld/kernel.h | |
| parent | d17ea5225bb520a94af1b149c26e1807b929ebf1 (diff) | |
babeld: if_eui64 never uses ifname
Remove this variable.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'babeld/kernel.h')
| -rw-r--r-- | babeld/kernel.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/babeld/kernel.h b/babeld/kernel.h index 7ade26dc36..eb1e793279 100644 --- a/babeld/kernel.h +++ b/babeld/kernel.h @@ -40,7 +40,7 @@ int kernel_route(int operation, const unsigned char *dest, unsigned short plen,                   const unsigned char *gate, int ifindex, unsigned int metric,                   const unsigned char *newgate, int newifindex,                   unsigned int newmetric); -int if_eui64(char *ifname, int ifindex, unsigned char *eui); +int if_eui64(int ifindex, unsigned char *eui);  int gettime(struct timeval *tv);  int read_random_bytes(void *buf, size_t len);  | 
