$OpenBSD: patch-commands_c,v 1.4 2017/06/28 16:34:59 sthen Exp $
Index: commands.c
--- commands.c.orig
+++ commands.c
@@ -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 },
+#if 0
 	{ "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+ */
@@ -540,7 +542,6 @@ struct intlist Intlist[] = {
 	{ "balancing",	"CARP balancing mode",			CMPL0 0, 0, intcarp },
 	{ "pflow",	"pflow data export",			CMPL0 0, 0, intpflow },
 	{ "vlan",	"802.1Q vlan tag and parent",		CMPL0 0, 0, intvlan },	/* XXX bkcompat */
-	{ "timeslots",	"TDM timeslots",			CMPL0 0, 0, inttimeslot },
 	{ "debug",	"Driver dependent debugging",		CMPL0 0, 0, intflags },
 	{ "dhcrelay",	"DHCP Relay Agent",			CMPL0 0, 0, intdhcrelay },
 	{ "wol",	"Wake On LAN",				CMPL0 0, 0, intxflags },
