blob: 419f302ef53f1a19d15b5faf72ec228e6f65b34f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
routerEIGRPC["auto-summary"].enter = function()
{
}
routerEIGRPC.exit.enter = function()
{
}
routerEIGRPC.help.enter = function()
{
}
routerEIGRPC.network["A.B.C.D"].enter = function()
{
}
routerEIGRPC.network["A.B.C.D"]["A.B.C.D"].enter = function()
{
}
routerEIGRPC.no["auto-summary"].enter = function()
{
}
routerEIGRPC["passive-interface"].enter = function()
{
}
routerEIGRPC.redistribute.enter = function()
{
}
|