Skip to content

Commit

Permalink
we just aren't going to have these ipv6 features today. notyet.
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowman committed Mar 3, 2017
1 parent ef0ff42 commit c1872e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions commands.c
Expand Up @@ -509,11 +509,13 @@ struct intlist Intlist[] = {
{ "auth", "PPP authentication", CMPL0 0, 0, intsppp },
{ "peer", "PPP peer authentication", CMPL0 0, 0, intsppp },
{ "pppoe", "PPPoE settings", CMPL0 0, 0, intpppoe },
#ifdef notyet
{ "vltime", "IPv6 valid lifetime", CMPL0 0, 0, intvltime },
{ "pltime", "IPv6 preferred lifetime", CMPL0 0, 0, intpltime },
{ "anycast", "IPv6 anycast address bit", CMPL0 0, 0, intanycast },
{ "tentative", "IPv6 tentative address bit", CMPL0 0, 0, inttentative },
{ "eui64", "IPv6 automatic interface index", CMPL0 0, 0, inteui64 },
#endif
{ "tunnel", "VXLAN/GIF/GRE Tunnel parameters", CMPL0 0, 0, inttunnel },
{ "vnetid", "Virtual interface network identifier", CMPL0 0, 0, intvnetid },
#ifdef SIOCSIFPARENT /* 6.0+ */
Expand Down

0 comments on commit c1872e3

Please sign in to comment.