diff options
Diffstat (limited to 'sys/net/if_gre.h')
-rw-r--r-- | sys/net/if_gre.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/net/if_gre.h b/sys/net/if_gre.h index 6c8e853..3c34bec 100644 --- a/sys/net/if_gre.h +++ b/sys/net/if_gre.h @@ -59,6 +59,7 @@ struct gre_softc { LIST_ENTRY(gre_softc) sc_list; int gre_unit; int gre_flags; + u_int gre_fibnum; /* use this fib for envelopes */ struct in_addr g_src; /* source address of gre packets */ struct in_addr g_dst; /* destination address of gre packets */ struct route route; /* routing entry that determines, where a |