X-Git-Url: https://git.proxmox.com/?p=iproute2.git;a=blobdiff_plain;f=debian%2Fpatches%2F0001-Add-moo-feature.patch;h=b046590aedf98e2aa5fc9163e99bf1587f44f076;hp=21eb2d0fc9c76a84425fc2d8fdc20e7763403ffa;hb=cd0d3ac3065ea4bdbdb3c1907ef754f3e2bffa45;hpb=ced20272d28f9d03fedb957f11d2ef3117c31a46 diff --git a/debian/patches/0001-Add-moo-feature.patch b/debian/patches/0001-Add-moo-feature.patch index 21eb2d0..b046590 100644 --- a/debian/patches/0001-Add-moo-feature.patch +++ b/debian/patches/0001-Add-moo-feature.patch @@ -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 }