diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2011-12-08 09:00:13 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2011-12-09 06:08:58 +0100 |
commit | 93a508df6028dc838117d620f0daee6c6d15ccbf (patch) | |
tree | 7f3fe51a2a18539826b02897d604de5195ba4ee1 /proto/bgp/bgp.h | |
parent | 631487aa2d45aa2078a08f1852e4a7482abbc2b5 (diff) | |
download | bird-93a508df6028dc838117d620f0daee6c6d15ccbf.tar bird-93a508df6028dc838117d620f0daee6c6d15ccbf.zip |
BGP: Add support for specifying interface names to allow peerings using link-local addressesll-peering-old2
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 437ba33..e8fcdbb 100644 --- a/proto/bgp/bgp.h +++ b/proto/bgp/bgp.h @@ -49,6 +49,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 */ }; |