X-Git-Url: http://git.rot13.org/?p=bcm963xx.git;a=blobdiff_plain;f=userapps%2Fopensource%2Fatm2684%2Fpvc2684ctl%2Fbrpvc.h;h=c610c69ed87cee419180ec5df82bf1612daf1673;hp=21912909f9d52bbf08c0d528b0622edd4c554398;hb=57a096f051259ceaefd5977f30d269884e1dd248;hpb=9887430fc6b7c0f8eb8e81de2bfe3bba12d8d4a1 diff --git a/userapps/opensource/atm2684/pvc2684ctl/brpvc.h b/userapps/opensource/atm2684/pvc2684ctl/brpvc.h index 21912909..c610c69e 100755 --- a/userapps/opensource/atm2684/pvc2684ctl/brpvc.h +++ b/userapps/opensource/atm2684/pvc2684ctl/brpvc.h @@ -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 */ + unsigned short vlan_id; /* vlan id (0-4096) */ }; /* 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 */ + unsigned short vlan_id; /* vlan id (0-4096) */ }; /* Special message for dumping memory usage statistics */