Home
last modified time | relevance | path

Searched refs:gateway6_str (Results 1 – 3 of 3) sorted by relevance

/f-stack/lib/
H A Dff_veth.c118 if (cfg->gateway6_str) { in ff_veth_config()
119 inet_pton(AF_INET6_LINUX, cfg->gateway6_str, &sc->gateway6); in ff_veth_config()
120 printf("%s: Gateway6: %s\n", sc->host_ifname, cfg->gateway6_str); in ff_veth_config()
650 if (cfg->gateway6_str) { in ff_veth_setup_interface()
H A Dff_config.h75 char *gateway6_str; member
H A Dff_config.c522 cur->gateway6_str = strdup(value); in port_cfg_handler()