blob: c541fcf5cbc82a6608b45d29493ad2f81380f2d7 (
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
|
routerOSPFC["auto-cost"].enter = function()
{
}
routerOSPFC.exit.enter = function()
{
}
routerOSPFC.help.enter = function()
{
}
routerOSPFC["log-adjacency-changes"].enter = function()
{
}
routerOSPFC.network["A.B.C.D"]["A.B.C.D"].area["<0-4294967295>"].enter = function()
{
}
routerOSPFC.network["A.B.C.D"]["A.B.C.D"].area["A.B.C.D"].enter = function()
{
}
routerOSPFC["passive-interface"].enter = function()
{
}
routerOSPFC.redistribute.enter = function()
{
}
|