Revision: 550
          http://vde.svn.sourceforge.net/vde/?rev=550&view=rev
Author:   rd235
Date:     2012-06-10 16:46:01 +0000 (Sun, 10 Jun 2012)
Log Message:
-----------
(experimental branch rd235) qinq: added in print/port

Modified Paths:
--------------
    branches/rd235/vde-2/src/vde_switch/port.c

Modified: branches/rd235/vde-2/src/vde_switch/port.c
===================================================================
--- branches/rd235/vde-2/src/vde_switch/port.c  2012-06-10 16:34:32 UTC (rev 
549)
+++ branches/rd235/vde-2/src/vde_switch/port.c  2012-06-10 16:46:01 UTC (rev 
550)
@@ -1205,10 +1205,11 @@
 {
        struct endpoint *ep;
        if (portv[i] != NULL && (inclinactive || portv[i]->ep!=NULL)) {
-               printoutc(fd,"Port %04d untagged_vlan=%04d %sACTIVE - %s",
+               printoutc(fd,"Port %04d untagged_vlan=%04d %sACTIVE - %s %s",
                                i,portv[i]->vlanuntag,
                                portv[i]->ep?"":"IN",
-                               (portv[i]->flag & 
NOTINPOOL)?"preconfigured":"");
+                               (portv[i]->flag & NOTINPOOL)?"preconfigured":"",
+                               (portv[i]->flag & ALLOWQINQ)?"qinq":"");
                printoutc(fd," Current User: %s Access Control: (User: %s - 
Group: %s)", 
                                port_getuser(portv[i]->curuser),
                                port_getuser(portv[i]->user), 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
vde-users mailing list
vde-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vde-users

Reply via email to