test env
This commit is contained in:
parent
9869bac38b
commit
de287a64a4
|
@ -8,11 +8,18 @@ import (
|
||||||
omm "git.loafle.net/overflow/model/meta"
|
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 (
|
const (
|
||||||
ZONE_NETWORK = "192.168.1"
|
ZONE_NETWORK = "192.168.1"
|
||||||
ZONE_IFACE = "enp3s0"
|
ZONE_IFACE = "\\Device\\NPF_{1924FA2B-6927-4BA5-AF43-876C3F8853CE}"
|
||||||
ZONE_ADDRESS = "101"
|
ZONE_ADDRESS = "203"
|
||||||
ZONE_MAC = "44:8a:5b:f1:f1:f3"
|
ZONE_MAC = "30:9C:23:15:A3:09"
|
||||||
)
|
)
|
||||||
|
|
||||||
func Zone() *omd.Zone {
|
func Zone() *omd.Zone {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user