diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2023-10-10 16:44:34 -0400 | 
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2023-10-10 16:44:34 -0400 | 
| commit | 8b3e765d19158e3be146304d40d0563bf945310d (patch) | |
| tree | 7f6dd4300dc0d09c462d06f59bb9c6b735690602 /lib/prefix.h | |
| parent | 85a63731dc8231923796345ba8bb1843ba48d59b (diff) | |
Revert "bgpd, lib: extend the size of the prefix string buffer"
This reverts commit bdb3fa3b9216aede64c5b982011fb04ef25c67f7.
Diffstat (limited to 'lib/prefix.h')
| -rw-r--r-- | lib/prefix.h | 5 | 
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/prefix.h b/lib/prefix.h index f1aff43689..dacdbf9059 100644 --- a/lib/prefix.h +++ b/lib/prefix.h @@ -347,11 +347,6 @@ union prefixconstptr {  /* Maximum string length of the result of prefix2str */  #define PREFIX_STRLEN 80 -/* Maximum string length of the result of prefix2str for - * long string prefixes (eg. BGP Link-State) - */ -#define PREFIX_STRLEN_EXTENDED 512 -  /*   * Longest possible length of a (S,G) string is 34 bytes   * 123.123.123.123 = 15 * 2  | 
