Revision: 566
          http://sourceforge.net/p/vde/svn/566
Author:   rd235
Date:     2014-01-10 15:05:41 +0000 (Fri, 10 Jan 2014)
Log Message:
-----------
Wirefilter: -N was missing in getopt's optstring

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

Modified: branches/rd235/vde-2/src/wirefilter.c
===================================================================
--- branches/rd235/vde-2/src/wirefilter.c       2014-01-10 15:04:08 UTC (rev 
565)
+++ branches/rd235/vde-2/src/wirefilter.c       2014-01-10 15:05:41 UTC (rev 
566)
@@ -1467,7 +1467,7 @@
 
        while(1) {
                int c;
-               c = GETOPT_LONG (argc, argv, "hl:n:d:M:D:m:b:s:c:v:L:f:",
+               c = GETOPT_LONG (argc, argv, "hNl:n:d:M:D:m:b:s:c:v:L:f:",
                                long_options, &option_index);
                if (c<0)
                        break;

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


------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
vde-users mailing list
vde-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vde-users

Reply via email to