[Bug 205144] [patch] make rsh(1) compatible with recent Cisco IOS versions

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Oct 2 16:33:30 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205144

--- Comment #2 from commit-hook at freebsd.org ---
A commit references this bug:

Author: eugen
Date: Mon Oct  2 16:33:05 UTC 2017
New revision: 324212
URL: https://svnweb.freebsd.org/changeset/base/324212

Log:
  rsh: introduce new option -N disabling shutdown of socket sending path.

  This prevents premature disconnection of rsh session with protocol
  implementation confused by "end-of-file" condition for standard
  input stream. For example, modern Cisco IOS (15.x) versions
  can be managed with "rsh -N" cron jobs having /dev/null as stdin.

  PR:           205144
  Approved by:  avg (mentor)
  MFC after:    1 week

Changes:
  head/usr.bin/rsh/rsh.1
  head/usr.bin/rsh/rsh.c

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-net mailing list