diff options
Diffstat (limited to 'lib/prefix.h')
| -rw-r--r-- | lib/prefix.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/prefix.h b/lib/prefix.h index ab9e49f7af..ce13dcfa0a 100644 --- a/lib/prefix.h +++ b/lib/prefix.h @@ -53,9 +53,9 @@ struct ethaddr { /* length is the number of valuable bits of prefix structure - * 18 bytes is current length in structure, if address is ipv4 - * 30 bytes is in case of ipv6 - */ +* 18 bytes is current length in structure, if address is ipv4 +* 30 bytes is in case of ipv6 +*/ #define PREFIX_LEN_ROUTE_TYPE_5_IPV4 (18*8) #define PREFIX_LEN_ROUTE_TYPE_5_IPV6 (30*8) |
