diff options
author | hasso <hasso> | 2004-10-03 18:18:34 +0000 |
---|---|---|
committer | hasso <hasso> | 2004-10-03 18:18:34 +0000 |
commit | 18a6dce6f83dd20caf1f36c8e840868ff0bf6dbd (patch) | |
tree | ff832cbf6fe2b239bde06268820587bec671ae6d /bgpd/bgpd.h | |
parent | a49c0ff6771975eeb1bd7da923a9dc830200cf65 (diff) | |
download | quagga-18a6dce6f83dd20caf1f36c8e840868ff0bf6dbd.tar.bz2 quagga-18a6dce6f83dd20caf1f36c8e840868ff0bf6dbd.tar.xz |
Common router id.
Diffstat (limited to 'bgpd/bgpd.h')
-rw-r--r-- | bgpd/bgpd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bgpd/bgpd.h b/bgpd/bgpd.h index 61472d85..ed3f4d18 100644 --- a/bgpd/bgpd.h +++ b/bgpd/bgpd.h @@ -76,6 +76,7 @@ struct bgp /* BGP router identifier. */ struct in_addr router_id; + struct in_addr router_id_static; /* BGP route reflector cluster ID. */ struct in_addr cluster_id; |