<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sbin, branch upstream/11.0.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=upstream%2F11.0.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=upstream%2F11.0.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2016-08-14T16:32:23Z</updated>
<entry>
<title>Merge from stable/11 r304079:</title>
<updated>2016-08-14T16:32:23Z</updated>
<author>
<name>Andrey V. Elsukov</name>
<email>ae@FreeBSD.org</email>
</author>
<published>2016-08-14T16:32:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6b814739f19f33aa41989867259e26b352366cbf'/>
<id>urn:sha1:6b814739f19f33aa41989867259e26b352366cbf</id>
<content type='text'>
  Restore "nat global" support.

  Now zero value of arg1 used to specify "tablearg", use the old "tablearg"
  value for "nat global". Introduce new macro IP_FW_NAT44_GLOBAL to replace
  hardcoded magic number to specify "nat global". Also replace 65535 magic
  number with corresponding macro. Fix typo in comments.

  PR:		211256
Approved by:	re (kib)
</content>
</entry>
<entry>
<title>MFC r303842:</title>
<updated>2016-08-11T10:41:19Z</updated>
<author>
<name>Andrey V. Elsukov</name>
<email>ae@FreeBSD.org</email>
</author>
<published>2016-08-11T10:41:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5927bb68f7b6f3f242c8fbe263a4e1b5fe07b415'/>
<id>urn:sha1:5927bb68f7b6f3f242c8fbe263a4e1b5fe07b415</id>
<content type='text'>
  Fix constructing of setdscp opcode with tablearg keyword.

  setdscp's argument can have zero value that conflicts with IP_FW_TARG
  value. Always set high-order bit if parser doesn't find tablearg keyword.

MFC r303845:
  Fix formatting of setfib opcode.

  Zero fib is correct value and it conflicts with IP_FW_TARG.
  Use bprint_uint_arg() only when opcode contains IP_FW_TARG,
  otherwise just print numeric value with cleared high-order bit.

Approved by:	re (kib)
</content>
</entry>
<entry>
<title>MFC r303760:</title>
<updated>2016-08-09T03:39:21Z</updated>
<author>
<name>Luiz Otavio O Souza</name>
<email>loos@FreeBSD.org</email>
</author>
<published>2016-08-09T03:39:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9d9b3557fd70972c1377c5b2201f80e4f68d5613'/>
<id>urn:sha1:9d9b3557fd70972c1377c5b2201f80e4f68d5613</id>
<content type='text'>
Fix a regression in pf.conf while parsing the 'interval' keyword.

The bug was introduced by r287009.

PR:		210924
Submitted by:	kp@
Sponsored by:	Rubicon Communications (Netgate)
Pointy hat to:	loos
Approved by:	re (gjb)
</content>
</entry>
<entry>
<title>MFH (r303289): update example section</title>
<updated>2016-08-05T15:30:05Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2016-08-05T15:30:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ddbd946fa1b45b0edd893ab2c751c12b89e14e84'/>
<id>urn:sha1:ddbd946fa1b45b0edd893ab2c751c12b89e14e84</id>
<content type='text'>
PR:		211361
Approved by:	re (gjb)
</content>
</entry>
<entry>
<title>MFC r303615:</title>
<updated>2016-08-04T11:26:52Z</updated>
<author>
<name>Andrey V. Elsukov</name>
<email>ae@FreeBSD.org</email>
</author>
<published>2016-08-04T11:26:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2591ec47376665669052037218cde5c5b6ce894e'/>
<id>urn:sha1:2591ec47376665669052037218cde5c5b6ce894e</id>
<content type='text'>
  An old tables implementation had all tables preallocated,
  so when user did `ipfw table N flush` it always worked, but now
  when table N doesn't exist the kernel returns ESRCH error.
  This isn't fatal error for flush and destroy commands. Do not
  call err(3) when errno is equal to ESRCH. Also warn only when
  quiet mode isn't enabled. This fixes a regression in behavior,
  when old rules are loaded from file.
  Also use correct value for switch in the table_swap().

  Reported by:	Kevin Oberman
Approved by:	re (kib)
</content>
</entry>
<entry>
<title>MFC r302561,302565:</title>
<updated>2016-07-18T04:16:53Z</updated>
<author>
<name>Andrey V. Elsukov</name>
<email>ae@FreeBSD.org</email>
</author>
<published>2016-07-18T04:16:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fded06be2a049176165890839f8dd230c60912dc'/>
<id>urn:sha1:fded06be2a049176165890839f8dd230c60912dc</id>
<content type='text'>
  Flush buffer after output. This fixes adding new data to already
  printed flows.

  PR:		210882
Approved by:	re (kib)
</content>
</entry>
<entry>
<title>Add new unmount(2) flag, MNT_NONBUSY, to check whether there are</title>
<updated>2016-07-07T09:03:57Z</updated>
<author>
<name>Edward Tomasz Napierala</name>
<email>trasz@FreeBSD.org</email>
</author>
<published>2016-07-07T09:03:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=debc480e037b7337cc27dd1200d64ac55eea0644'/>
<id>urn:sha1:debc480e037b7337cc27dd1200d64ac55eea0644</id>
<content type='text'>
any open vnodes before proceeding. Make autounmound(8) use this flag.
Without it, even an unsuccessfull unmount causes filesystem flush,
which interferes with normal operation.

Reviewed by:	kib@
Approved by:	re (gjb@)
MFC after:	1 month
Differential Revision:	https://reviews.freebsd.org/D7047
</content>
</entry>
<entry>
<title>Fix a regression introduced on revision r271909, when using argument -g</title>
<updated>2016-07-05T07:01:42Z</updated>
<author>
<name>Marcelo Araujo</name>
<email>araujo@FreeBSD.org</email>
</author>
<published>2016-07-05T07:01:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8ac248ea27f80d1292220393b428d1dfac7099bd'/>
<id>urn:sha1:8ac248ea27f80d1292220393b428d1dfac7099bd</id>
<content type='text'>
or several hops we have segmentation fault because we overwrite the same
structure to store information for host and gateway.

Submitted by:	Maryse Levavasseur &lt;maryse.levavasseur@stormshield.eu&gt;
Reworked by:	hrs
Approved by:	re (hrs)
Differential Revision:	https://reviews.freebsd.org/D6980
</content>
</entry>
<entry>
<title>Hide warning about non-existent lookup tables and informational messages</title>
<updated>2016-07-02T11:54:20Z</updated>
<author>
<name>Andrey V. Elsukov</name>
<email>ae@FreeBSD.org</email>
</author>
<published>2016-07-02T11:54:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e62cd31f75260d781b44abbb4f21caf8471e44e4'/>
<id>urn:sha1:e62cd31f75260d781b44abbb4f21caf8471e44e4</id>
<content type='text'>
about modified table entry when quied mode enabled.

Approved by:	re (hrs)
Obtained from:	Yandex LLC
</content>
</entry>
<entry>
<title>Do not coredump if the packet is too long in the global (non-interface</title>
<updated>2016-06-28T20:10:30Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2016-06-28T20:10:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6481f66b9079fd86ecb041e6760fb23bfb1de087'/>
<id>urn:sha1:6481f66b9079fd86ecb041e6760fb23bfb1de087</id>
<content type='text'>
associated) instance.

The result is that the packet is dropped without an indication
that smaller MTU is advisable, which is not optimal, but better
than a NULL pointer deref.

Approved by:	re (glebius)
</content>
</entry>
</feed>
