Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jun 2011 12:12:52 +0000 (UTC)
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sbin/ipfw nat.c
Message-ID:  <201106171213.p5HCD9Fa012807@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
glebius     2011-06-17 12:12:52 UTC

  FreeBSD src repository

  Modified files:
    sbin/ipfw            nat.c 
  Log:
  SVN rev 223185 on 2011-06-17 12:12:52Z by glebius
  
  - Fix my braino in the 220835, when I used strtok(). It isn't
    applicable here, since modifies the string. Switch to strchr().
  - Restore support for undocumented optional parameters of
    redir_port and redir_proto, that were disabled in 220835.
  - While here, change !isalpha() checks on optinal parameters
    for isdigit().
  
  Submitted by:   Alexander V. Chernikov <melifaro ipfw.ru>
  PR:             kern/143653
  
  Revision  Changes    Path
  1.10      +32 -14    src/sbin/ipfw/nat.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106171213.p5HCD9Fa012807>