aboutsummaryrefslogtreecommitdiffstats
path: root/.gitreview
AgeCommit message (Collapse)AuthorFilesLines
2019-09-10Add default branch in parent for masterJim Hahn1-0/+1
Having the entry in the .gitreview file makes it easier to update after creating a new branch. Change-Id: I8e886c2b2e62d38811486f0b19d3f624aabec9c9 Issue-ID: POLICY-2045 Signed-off-by: Jim Hahn <jrh3@att.com>
2018-05-01Initialize repoPamela Dragosh1-0/+4
Add initialize .gitreview, .gitignore, README and license Change-Id: I2c900408495aea8251b4fa13fe9a3b4e45fa6a43 Issue-ID: POLICY-771 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
ef='#n49'>49 50 51
{
  "ietf-te:te": {
    "tunnels": {
      "tunnel": [
        {
          "name": ${otn-tunnel-name-src-domain},
          "source": ${src-node-id},
          "destination": ${dst-node-id},
          "dst-tunnel-tp-id": ${dst-ttp-id},
          "te-bandwidth": {
            "ietf-otn-tunnel:otn": {
              "ietf-otn-tunnel:odu-type": "ietf-layer1-types:ODUflex",
              "ietf-otn-tunnel:gfp-n": ${gfp-n}
            }
          },
          "encoding": "ietf-te-types:lsp-encoding-oduk",
          "switching-type": "ietf-te-types:switching-otn",
          "protection": {
            "enable": "true",
            "hold-off-time": "0",
            "protection-reversion-disable": "true",
            "protection-type": "ietf-te-types:lsp-protection-unprotected",
            "wait-to-revert": "0"
          },
          "admin-state": "ietf-te-types:tunnel-admin-state-up",
          "primary-paths":{
            "primary-path" :[
             {
               "name":"primary",
               "path-out-segment":{
                 "label-restrictions":{
                   "label-restriction":[
                     {
                       "index" :1,
                       "label-start":{
                         "te-label":{
                            "ietf-otn-tunnel:otn-tpn": ${dst-tpn-id}
                         }
                       }
                     }
                   ]
                 }
               }
             }
           ]
          }
         }
      ]
    }
  }
}