Home
last modified time | relevance | path

Searched refs:vnetid (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/regress/sys/net/vxlan/
Dvxlan_1.sh75 ifconfig vxlan$IFNO1 tunnel 172.31.0.1 172.31.0.2 vnetid 100 up || abort_test
76 ifconfig vxlan$IFNO2 tunnel 172.31.0.2 172.31.0.1 vnetid 100 up || abort_test
Dvxlan_2.sh100 …$SUDO ifconfig "vxlan$vstack" vnetid "$VNETID" tunnel "$vstack_tunsrc" "${VXLAN_TUNDST}${tundst_su…
/openbsd/src/regress/sbin/route/
DMakefile342 ${SUDO} ifconfig vlan99 rdomain ${RDOMAIN} parent vether99 vnetid 3 up
372 ${SUDO} ifconfig vlan99 rdomain ${RDOMAIN} parent vether99 vnetid 3 up
/openbsd/src/sbin/ifconfig/
Difconfig.c4192 int64_t vnetid; in setvnetid() local
4197 vnetid = -1; in setvnetid()
4199 vnetid = strtonum(id, 0, INT64_MAX, &errmsg); in setvnetid()
4204 ifr.ifr_vnetid = vnetid; in setvnetid()