Add check for link down in basic OF test
[integration/test.git] / csit / suites / lispflowmapping / scripts / bits.patch
1 *** ietf-lisp-address-types.yang        2016-05-29 00:36:20.843215496 +0530
2 --- ietf-lisp-address-types-updated.yang        2016-05-29 00:37:35.135213297 +0530
3 ***************
4 *** 449,455 ****
5           reference
6             "http://tools.ietf.org/html/draft-ietf-lisp-lcaf-10
7              #section-4.5";
8 !         leaf latitude {
9             type bits {
10               bit N {
11                 description
12 --- 449,455 ----
13           reference
14             "http://tools.ietf.org/html/draft-ietf-lisp-lcaf-10
15              #section-4.5";
16 !         /*leaf latitude {
17             type bits {
18               bit N {
19                 description
20 ***************
21 *** 458,464 ****
22             }
23             description
24               "Bit that selects between North and South latitude.";
25 !         }
26           leaf latitude-degrees {
27             type uint8 {
28               range "0 .. 90";
29 --- 458,464 ----
30             }
31             description
32               "Bit that selects between North and South latitude.";
33 !         }*/
34           leaf latitude-degrees {
35             type uint8 {
36               range "0 .. 90";
37 ***************
38 *** 480,486 ****
39             description
40               "Seconds of latitude.";
41           }
42 !         leaf longitude {
43             type bits {
44               bit E {
45                 description
46 --- 480,486 ----
47             description
48               "Seconds of latitude.";
49           }
50 !         /*leaf longitude {
51             type bits {
52               bit E {
53                 description
54 ***************
55 *** 489,495 ****
56             }
57             description
58               "Bit that selects between East and West longitude.";
59 !         }
60           leaf longitude-degrees {
61             type uint16 {
62               range "0 .. 180";
63 --- 489,495 ----
64             }
65             description
66               "Bit that selects between East and West longitude.";
67 !         }*/
68           leaf longitude-degrees {
69             type uint16 {
70               range "0 .. 180";
71 ***************
72 *** 588,594 ****
73               description
74                 "AFI address.";
75             }
76 !           leaf lrs-bits {
77               type bits{
78                 bit lookup {
79                   description
80 --- 588,594 ----
81               description
82                 "AFI address.";
83             }
84 !           /*leaf lrs-bits {
85               type bits{
86                 bit lookup {
87                   description
88 ***************
89 *** 605,611 ****
90               }
91               description
92                 "Flag bits per hop.";
93 !           }
94           }
95         }
96         container source-dest-key {
97 --- 605,611 ----
98               }
99               description
100                 "Flag bits per hop.";
101 !           }*/
102           }
103         }
104         container source-dest-key {