Browse Source

added missing 'metric'

pull/619/head
Logan oos Even 4 years ago
committed by GitHub
parent
commit
de76b16fd5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      include/n2n_typedefs.h

1
include/n2n_typedefs.h

@ -524,6 +524,7 @@ typedef struct n2n_tuntap_priv_config {
dec_ip_str_t netmask;
char device_mac[N2N_MACNAMSIZ];
int mtu;
int metric;
uint8_t daemon;
#ifndef WIN32
uid_t userid;

Loading…
Cancel
Save