mirror of https://github.com/F-Stack/f-stack.git
Compatible compilation error of ff_netstat.
This commit is contained in:
parent
b874712e25
commit
28b5c667ac
|
@ -283,7 +283,7 @@ static void
|
|||
update_global_map(struct nhop_external *nh)
|
||||
{
|
||||
char iface_name[128];
|
||||
char gw_addr[64];
|
||||
char gw_addr[144];
|
||||
struct nhop_addrs *na;
|
||||
struct sockaddr *sa_gw;
|
||||
|
||||
|
|
|
@ -249,7 +249,7 @@ print_nhop_entry_sysctl(const char *name, struct rt_msghdr *rtm, struct nhop_ext
|
|||
char buffer[128];
|
||||
char iface_name[128];
|
||||
int protrusion;
|
||||
char gw_addr[64];
|
||||
char gw_addr[144];
|
||||
struct nhop_addrs *na;
|
||||
struct sockaddr *sa_gw, *sa_ifa;
|
||||
|
||||
|
|
Loading…
Reference in New Issue