]> git.proxmox.com Git - iproute2.git/blobdiff - debian/patches/0001-Add-moo-feature.patch
bump version to 4.13.0-1
[iproute2.git] / debian / patches / 0001-Add-moo-feature.patch
index 21eb2d0fc9c76a84425fc2d8fdc20e7763403ffa..b046590aedf98e2aa5fc9163e99bf1587f44f076 100644 (file)
@@ -8,8 +8,8 @@ Subject: Add moo feature
 
 --- a/ip/ip.c
 +++ b/ip/ip.c
-@@ -66,6 +66,20 @@
-         return 0;
+@@ -69,6 +69,20 @@ static int do_help(int argc, char **argv
+       return 0;
  }
  
 +static int do_moo(int argc, char **argv)
@@ -29,9 +29,9 @@ Subject: Add moo feature
  static const struct cmd {
        const char *cmd;
        int (*func)(int argc, char **argv);
-@@ -96,6 +110,7 @@
-       { "netns",      do_netns },
-       { "netconf",    do_ipnetconf },
+@@ -103,6 +117,7 @@ static const struct cmd {
+       { "vrf",        do_ipvrf},
+       { "sr",         do_seg6 },
        { "help",       do_help },
 +      { "moo",        do_moo }, 
        { 0 }