diff options
Diffstat (limited to 'bgpd/bgp_aspath.h')
-rw-r--r-- | bgpd/bgp_aspath.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bgpd/bgp_aspath.h b/bgpd/bgp_aspath.h index 3f7858be..bfe4f5e8 100644 --- a/bgpd/bgp_aspath.h +++ b/bgpd/bgp_aspath.h @@ -42,6 +42,9 @@ struct aspath /* AS count. */ int count; + /* Confederation set/segment AS count. */ + int confed_count; + /* Rawdata. */ caddr_t data; |