www.usr.com/support/gpl/USR9107_release.1.4.tar.gz
[bcm963xx.git] / userapps / opensource / atm2684 / pvc2684ctl / brpvc.h
index 2191290..c610c69 100755 (executable)
@@ -28,6 +28,7 @@ struct be_vc {
   int                  proto_filter;   /* protocol filter flag, current only PPPOE */
   int                  encap;          /* encapsulation: LLC/VC */
   int                  mode;           /* Bridging/Routing */
   int                  proto_filter;   /* protocol filter flag, current only PPPOE */
   int                  encap;          /* encapsulation: LLC/VC */
   int                  mode;           /* Bridging/Routing */
+  unsigned short        vlan_id;        /* vlan id (0-4096) */
 };
 
 /* br2684_circuits are grouped by a textual name, which can be blank  */
 };
 
 /* br2684_circuits are grouped by a textual name, which can be blank  */
@@ -50,6 +51,7 @@ struct be_msg {
   int                  proto_filter;   /* protocol filter flag, current only PPPOE */
   int                  encap;          /* encapsulation: LLC/VC */
   int                  mode;           /* Bridging/Routing */
   int                  proto_filter;   /* protocol filter flag, current only PPPOE */
   int                  encap;          /* encapsulation: LLC/VC */
   int                  mode;           /* Bridging/Routing */
+  unsigned short        vlan_id;        /* vlan id (0-4096) */
 };
 
 /* Special message for dumping memory usage statistics */
 };
 
 /* Special message for dumping memory usage statistics */