Support proper route redistribution
[bgpcep.git] / bgp / parser-api / src / main / yang / bgp-message.yang
index 9efac13fd9b78be66061f6581d1d8b5d169d6cc3..466648773c7411a76f30c5a6bc23d8a0d7a240c1 100644 (file)
@@ -140,6 +140,27 @@ module bgp-message {
                 }
             }
         }
+        list unrecognized-attributes {
+            key type;
+            leaf partial {
+                type boolean;
+                mandatory true;
+            }
+            leaf transitive {
+                type boolean;
+                mandatory true;
+            }
+            leaf type {
+                type uint8;
+                mandatory true;
+            }
+            leaf value {
+                type binary {
+                    length 0..65535;
+                }
+                mandatory true;
+            }
+        }
     }
 
     notification update {