]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
cleanup debris from revert
authorStephen Hemminger <stephen@networkplumber.org>
Wed, 26 Oct 2016 18:19:11 +0000 (11:19 -0700)
committerStephen Hemminger <stephen@networkplumber.org>
Wed, 26 Oct 2016 18:19:11 +0000 (11:19 -0700)
Last revert didn't come out clean.

ip/iplink_macvlan.c

index 41325451988d5fdfe8b7404f0a6f870e4fc025d7..83ff961b1892e7c335c291a178ea0701a9fe6d49 100644 (file)
@@ -39,16 +39,8 @@ static void explain(struct link_util *lu)
        print_explain(lu, stderr);
 }
 
-static int mode_arg(const char *arg)
-{
-<<<<<<< HEAD
-       fprintf(stderr,
-               "Error: argument of \"mode\" must be \"private\", \"vepa\", \"bridge\", \"passthru\" or \"source\", not \"%s\"\n",
-               arg);
-       return -1;
-}
 
-static int flag_arg(const char *arg)
+static int mode_arg(const char *arg)
 {
        fprintf(stderr,
                "Error: argument of \"mode\" must be \"private\", \"vepa\", \"bridge\" or \"passthru\", not \"%s\"\n",