diff options
author | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2018-10-01 08:36:26 -0700 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2018-10-01 17:07:24 +0000 |
commit | 346ed07526326f0b1c48ac356d5d786ff9ae0013 (patch) | |
tree | f40ac6313f0b617fe0060c7b5d814fd0c1bee91f /src/plugins/pppoe/pppoe_decap.c | |
parent | 8b9525c21d4e3ea518b3544ea3d9aa3e514d45b0 (diff) |
Rename device class from PPPPOE to PPPoE
Change-Id: Ia20eee6cef360b1acd768101df0713f0005a7d14
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
Diffstat (limited to 'src/plugins/pppoe/pppoe_decap.c')
-rw-r--r-- | src/plugins/pppoe/pppoe_decap.c | 6 |
1 files changed, 3 insertions, 3 deletions
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)? |