blob: 71f5c3a9735006f3a25e594b35ca7502e6b8814e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
dhcpC["domain-name"].WORD.enter = function()
{
}
dhcpC.exit.enter = function()
{
}
dhcpC.host["A.B.C.D"].enter = function()
{
}
dhcpC.network["A.B.C.D"].enter = function()
{
}
|