]> git.proxmox.com Git - mirror_frr.git/blobdiff - qpb/qpb.proto
Merge pull request #3327 from adeg/feature/bgp-lu-auto-labels
[mirror_frr.git] / qpb / qpb.proto
index a1595a9abd1b65f26337943f519bb3dc52e1710d..c06debb954d08c9cde9daa622498dbf826eecc47 100644 (file)
@@ -20,6 +20,8 @@
  * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
+syntax = "proto2";
+
 /*
  * Protobuf definitions pertaining to the Quagga/FRR Protobuf component.
  */
@@ -87,4 +89,4 @@ enum Protocol {
   ISIS = 8;
   BGP = 9;
   OTHER = 10;
-}
\ No newline at end of file
+}