blob: cc3ba1939f4201419865a9716f4eee3613617cef (
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
33
34
35
36
|
routerRIPC["auto-summary"].enter = function()
{
}
routerRIPC.exit.enter = function()
{
}
routerRIPC.help.enter = function()
{
}
routerRIPC.network["A.B.C.D"].enter = function()
{
}
routerRIPC.no["auto-summary"].enter = function()
{
}
routerRIPC["passive-interface"].enter = function()
{
}
routerRIPC.redistribute.enter = function()
{
}
routerRIPC["validate-update-source"].enter = function()
{
}
routerRIPC.version["<1-2>"].enter = function()
{
}
|