diff options
Diffstat (limited to 'bgpd/bgp_open_state.h')
-rw-r--r-- | bgpd/bgp_open_state.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_open_state.h b/bgpd/bgp_open_state.h index 8dc4fb3c..6715f416 100644 --- a/bgpd/bgp_open_state.h +++ b/bgpd/bgp_open_state.h @@ -55,7 +55,7 @@ struct bgp_open_state { as_t my_as ; /* generic ASN */ unsigned holdtime ; /* in seconds */ - bgp_id_t bgp_id ; /* eg an IPv4 address as integer */ + bgp_id_ht bgp_id ; /* an IPv4 address as *host* uint32_t */ int can_capability ; /* false => don't send capabilities */ |