diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2010-12-14 03:26:51 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2010-12-14 03:26:51 +0100 |
commit | 7a03ded81bf2d07331d8fb87c2c7613cb4dd518e (patch) | |
tree | 50e5ca2856f97d1e0c875c02bf2cb8887815c4ab /proto/bgp/bgp.h | |
parent | e91f6960bae16314e9429719c2c2321edb484a44 (diff) | |
download | bird-7a03ded81bf2d07331d8fb87c2c7613cb4dd518e.tar bird-7a03ded81bf2d07331d8fb87c2c7613cb4dd518e.zip |
BGP: Added support for peering with link-local IPv6 addresses
Diffstat (limited to 'proto/bgp/bgp.h')
-rw-r--r-- | proto/bgp/bgp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/bgp/bgp.h b/proto/bgp/bgp.h index b06f20a..c8acb25 100644 --- a/proto/bgp/bgp.h +++ b/proto/bgp/bgp.h @@ -47,6 +47,7 @@ struct bgp_config { unsigned error_delay_time_min; /* Time to wait after an error is detected */ unsigned error_delay_time_max; unsigned disable_after_error; /* Disable the protocol when error is detected */ + char interface[16]; /* Interface to use */ char *password; /* Password used for MD5 authentication */ struct rtable_config *igp_table; /* Table used for recursive next hop lookups */ }; |