X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fpppoe%2Fpppoe_decap.c;h=4f9e766e7f1e2007875e65ac2ae330384bcf7687;hb=346ed07526326f0b1c48ac356d5d786ff9ae0013;hp=02c82711ddc83d2b2ce846c2dbe357d61b9ccae5;hpb=8b9525c21d4e3ea518b3544ea3d9aa3e514d45b0;p=vpp.git diff --git a/src/plugins/pppoe/pppoe_decap.c b/src/plugins/pppoe/pppoe_decap.c index 02c82711ddc..4f9e766e7f1 100644 --- a/src/plugins/pppoe/pppoe_decap.c +++ b/src/plugins/pppoe/pppoe_decap.c @@ -153,7 +153,7 @@ pppoe_input (vlib_main_t * vm, t0 = pool_elt_at_index (pem->sessions, result0.fields.session_index); - /* Pop Eth and PPPPoE header */ + /* Pop Eth and PPPoE header */ vlib_buffer_advance(b0, sizeof(*h0)+sizeof(*pppoe0)); next0 = (ppp_proto0==PPP_PROTOCOL_ip4)? @@ -223,7 +223,7 @@ pppoe_input (vlib_main_t * vm, t1 = pool_elt_at_index (pem->sessions, result1.fields.session_index); - /* Pop Eth and PPPPoE header */ + /* Pop Eth and PPPoE header */ vlib_buffer_advance(b1, sizeof(*h1)+sizeof(*pppoe1)); next1 = (ppp_proto1==PPP_PROTOCOL_ip4)? @@ -325,7 +325,7 @@ pppoe_input (vlib_main_t * vm, t0 = pool_elt_at_index (pem->sessions, result0.fields.session_index); - /* Pop Eth and PPPPoE header */ + /* Pop Eth and PPPoE header */ vlib_buffer_advance(b0, sizeof(*h0)+sizeof(*pppoe0)); next0 = (ppp_proto0==PPP_PROTOCOL_ip4)?