• This project
    • Loading...
  • Sign in

홍길동 / onos

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • onos
  • apps
  • segmentrouting
  • src
  • test
  • resources
  • app-invalid.json
  • Charles Chan's avatar
    CORD-61 Dynamic XConnect support · e9a3f316 ...
    e9a3f316
    - Add new XConnectConfig with unit test
    - Gather XConnect features into XConnectHandler
    - Introduce ObjectiveError.Type.GROUPREMOVALFAILED
    - Rename
        - NetworkConfigEventHandler -> AppConfigHandler
        - XConnectNextObjectiveStoreKey -> XConnectStoreKey
        - Test json file
    - Refactor
    
    Change-Id: I8ca3176ed976c71ce9e28b7f3722ce80d49c816f
    Charles Chan authored 2016-06-14 15:38:11 -0700
app-invalid.json 263 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
{
  "vRouterMacs" : [
      "00:00:00:00:00:01",
      "00:00:00:00:00:02"
  ],
  "vRouterId" : "of:1",
  "suppressSubnet" : [
      "of:1/1",
      "of:1/2"
  ],
  "suppressHostByPort" : [
      "of:1/1",
      "wrongPort"
  ],
  "suppressHostByProvider" : []
}