This commit is contained in:
insanity 2018-09-03 12:44:28 +09:00
parent 9869bac38b
commit de287a64a4

View File

@ -8,11 +8,18 @@ import (
omm "git.loafle.net/overflow/model/meta"
)
// const (
// ZONE_NETWORK = "192.168.1"
// ZONE_IFACE = "enp3s0"
// ZONE_ADDRESS = "101"
// ZONE_MAC = "44:8a:5b:f1:f1:f3"
// )
const (
ZONE_NETWORK = "192.168.1"
ZONE_IFACE = "enp3s0"
ZONE_ADDRESS = "101"
ZONE_MAC = "44:8a:5b:f1:f1:f3"
ZONE_IFACE = "\\Device\\NPF_{1924FA2B-6927-4BA5-AF43-876C3F8853CE}"
ZONE_ADDRESS = "203"
ZONE_MAC = "30:9C:23:15:A3:09"
)
func Zone() *omd.Zone {