summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_pppoe.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netgraph/ng_pppoe.c')
-rw-r--r--sys/netgraph/ng_pppoe.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/netgraph/ng_pppoe.c b/sys/netgraph/ng_pppoe.c
index 22d5f70..2576750 100644
--- a/sys/netgraph/ng_pppoe.c
+++ b/sys/netgraph/ng_pppoe.c
@@ -291,6 +291,7 @@ AAA
neg->tags[i] = tp;
} else {
printf("pppoe: asked to add too many tags to packet\n");
+ neg->numtags--;
}
}
@@ -1181,6 +1182,7 @@ AAA
uniqtag.data.pointer = sp;
init_tags(sp);
insert_tag(sp, &neg->ac_name.hdr); /* AC_NAME */
+ tag = get_tag(ph, PTT_HOST_UNIQ);
insert_tag(sp, tag); /* returned hostunique */
insert_tag(sp, &uniqtag.hdr); /* AC cookie */
tag = get_tag(ph, PTT_SRV_NAME);
OpenPOWER on IntegriCloud