• 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
  • sr-app-config-invalid.json
  • Charles Chan's avatar
    CORD-73 Change the way we configure host learning in segment routing · 6ea94fc6 ...
    6ea94fc6
    hostLearning config
        - true: enable host learning
        - false or not provided: disable host learning
    suppressHost config
        - all connect points listed here will be ignored
        - no effect if hostLearning is false
        - accept all hosts if this config is not provided
    
    Change-Id: Id4a60bd47cac1f226ab8ba5391931ad2fb798529
    Charles Chan authored 2016-05-17 21:47:23 +0000
sr-app-config-invalid.json 250 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"
  ],
  "suppressHost" : [
      "of:1/1",
      "wrongPort"
  ],
  "hostLearning" : false
}