Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleSample Config
{
"links" : {
    "of:0000000000000001/1-of:0000000000000191/1" : {
        "basic" : {}
    },
    "of:0000000000000001/3-of:0000000000000192/1" : {
        "basic" : {}
    },
    "of:0000000000000002/1-of:0000000000000191/3" : {
        "basic" : {}
    },
    "of:0000000000000002/3-of:0000000000000192/3" : {
        "basic" : {}
    },
    "of:0000000000000191/1-of:0000000000000001/1" : {
        "basic" : {}
    },
    "of:0000000000000192/1-of:0000000000000001/3" : {
        "basic" : {}
    },
    "of:0000000000000191/3-of:0000000000000002/1" : {
        "basic" : {}
    },
    "of:0000000000000192/3-of:0000000000000002/3" : {
        "basic" : {}
    }
},
"apps" : {
    "org.onosproject.core" : {
        "core" : {
            "linkDiscoveryMode" : "STRICT"
        }    
    }
}
}