Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tbarbette committed Sep 17, 2024
1 parent 18d3a55 commit 2a0e3e0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion elements/tunnel/gtpdecap.hh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ GTPDecap()
decapsulates GTP packet
=s gtp
=s tunnel
=d
Expand Down
2 changes: 1 addition & 1 deletion elements/tunnel/gtpencap.hh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ GTPEncap(TEID eid)
encapsulates GTP packets
=s gtp
=s tunnel
=d
Expand Down
2 changes: 1 addition & 1 deletion elements/tunnel/gtplookup.hh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ CLICK_DECLS
GTPLookup()
=s gtp
=s tunnel
Encapsulates packets in their intended GTP return id.
Expand Down
2 changes: 1 addition & 1 deletion elements/tunnel/gtptable.hh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ GTPTable()
Find mapping of the GTP tunnel id return side
=s gtp
=s tunnel
=d
Expand Down
2 changes: 1 addition & 1 deletion tools/click-devirtualize/specializer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Specializer::Specializer(RouterT *router, const ElementMap &em)
: _router(router), _nelements(router->nelements()),
_ninputs(router->nelements(), 0), _noutputs(router->nelements(), 0),
_etinfo_map(0), _header_file_map(-1), _parsed_sources(-1), _do_inline(false),
_do_static(false), _do_unroll(false), _unroll_val(0), _switch_burst(0),
_do_static(false), _do_switch(false), _do_unroll(false), _unroll_val(0), _switch_burst(0),
_do_jmps(false), _jmp_burst(0), _do_align(0), _verbose(false)
{
_etinfo.push_back(ElementTypeInfo());
Expand Down

0 comments on commit 2a0e3e0

Please sign in to comment.