diff options
Diffstat (limited to 'bgpd/bgp_aspath.h')
-rw-r--r-- | bgpd/bgp_aspath.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bgpd/bgp_aspath.h b/bgpd/bgp_aspath.h index fc4dd6b7..e8764cca 100644 --- a/bgpd/bgp_aspath.h +++ b/bgpd/bgp_aspath.h @@ -58,6 +58,7 @@ struct aspath /* String expression of AS path. This string is used by vty output and AS path regular expression match. */ char *str; + unsigned short str_len; }; #define ASPATH_STR_DEFAULT_LEN 32 |