summaryrefslogtreecommitdiff
path: root/net/ndisc6/files/patch-src-ndisc.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--net/ndisc6/files/patch-src-ndisc.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/ndisc6/files/patch-src-ndisc.c b/net/ndisc6/files/patch-src-ndisc.c
deleted file mode 100644
index 08d52dc50c91..000000000000
--- a/net/ndisc6/files/patch-src-ndisc.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/ndisc.c.orig 2016-12-07 16:43:04 UTC
-+++ src/ndisc.c
-@@ -532,7 +532,7 @@ parseadv (const uint8_t *buf, size_t len, const struct
- printf (_("Stateful other conf. : %3s\n"),
- gettext ((v & ND_RA_FLAG_OTHER) ? N_ ("Yes") : N_("No")));
- printf (_("Mobile home agent : %3s\n"),
-- gettext ((v & ND_RA_FLAG_HOME_AGENT) ? N_ ("Yes") : N_("No")));
-+ gettext ((v & ND_RA_FLAG_HA) ? N_ ("Yes") : N_("No")));
- printf (_("Router preference : %6s\n"), pref_i2n (v));
- printf (_("Neighbor discovery proxy : %3s\n"),
- gettext ((v & 0x04) ? N_ ("Yes") : N_("No")));