Skip to content

Commit

Permalink
Fix parsing of CheckIPHeader offset argument
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaibrodschi authored and tbarbette committed Oct 2, 2024
1 parent d47927b commit ae3f7de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion elements/ip/checkipheader.cc
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ CheckIPHeader::configure(Vector<String> &conf, ErrorHandler *errh)

if (Args(conf, this, errh)
.read("BADSRC", OldBadSrcArg(), _bad_src)
.read_or_set("OFFSET", _offset, 0)
.complete() < 0)
return -1;

Expand Down

0 comments on commit ae3f7de

Please sign in to comment.