summaryrefslogtreecommitdiffstats
path: root/usr.sbin/route6d/route6d.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/route6d/route6d.c')
-rw-r--r--usr.sbin/route6d/route6d.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/route6d/route6d.c b/usr.sbin/route6d/route6d.c
index 0229770..06e6787 100644
--- a/usr.sbin/route6d/route6d.c
+++ b/usr.sbin/route6d/route6d.c
@@ -794,6 +794,9 @@ ripsend(ifcp, sin6, flag)
struct in6_addr *nh; /* next hop */
int maxrte;
+ if (qflag)
+ return;
+
if (ifcp == NULL) {
/*
* Request from non-link local address is not
OpenPOWER on IntegriCloud