- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Mar 8 2018
Mar 5 2018
Mar 1 2018
Feb 28 2018
I don't think this has any particular security implications, but adding the secteam as reviewer just in case.
Feb 27 2018
Feb 26 2018
Feb 9 2018
Feb 7 2018
Jan 30 2018
Jan 26 2018
Jan 25 2018
Jan 15 2018
Jan 14 2018
Update the man page as suggested by jilles in review.
Jan 13 2018
Somehow inadvertently removed jilles when I posted that last comment; add jilles back.
Jan 11 2018
Dec 9 2017
Oct 31 2017
Sep 29 2017
Sep 25 2017
Sep 7 2017
Aug 23 2017
@vangyzen gave his approval out-of-band; he is having some Phabricator access issues right now and suggested I mention his approval here.
Example run:
Jul 2 2017
May 26 2017
May 19 2017
- Cleanup suggested by code review.
- Revise the test script to ensure that legacy logs do not simply contain no RFC-5424 formatted lines but that they /do/ have RFC-3164 formatted lines.
- Revise RFC5424 test so it both verifies that the RFC-5424 timestamp feature works and that the legacy timestamp format also continues to work.
- Rebase on HEAD
- Add a test for RFC5424 functionality.
Apr 3 2017
Update to respond to review comments.
Jan 27 2017
Jan 26 2017
Just a couple style nits.
Jan 3 2017
Nov 22 2016
Oct 7 2016
- Additional minor tweaks to grammar and wording suggested by vangyzen@
- Additional minor tweaks to grammar and wording suggested by vangyzen@
Yep; did manioc -Tlint and igor. Neither have any complaints (well, igor complains about a contraction, but that is in the literal text of an error message, so I cannot do anything about that):
- Additional changes suggested by review.
Further comments and follow-up on the arp(4) man page are directed to D8183.
Oct 3 2016
@hrs (or anyone else): Can you supply any answers to the questions I asked wrt your comments? This review has been languishing for a while. If I did take a wrong turn with this change, I'd like to make the appropriate course corrections. Right now I don't think I have the information needed to do so.
Thanks, @markj; fixed.
- Leave out parenthetical numbers (e.g., "zero (0)").
Thanks, @badger.
- Fix typo.
Sep 9 2016
I think several things point to this belonging in the kernel:
- It's a fairly fundamental responsibility of the network stack to generate a GARP when an address is added. The first (and currently only) GARP is generated by the kernel.
- Pushing it to user land doesn't fix the general case. Each application/system would have to implement a solution.
- While the particular circumstance that gave rise to this solution was on a floating cluster address, I do not think that the potential problem exists only for such a circumstance. It seems that this could happen when adding any address under any circumstances.
- The generation and retransmission of the IPv4 GARP is similar in nature to IPv6 ND/DAD, which is also done in the kernel.
Aug 29 2016
If you compare this with my similar change in our local highlander tree, you will find a couple primary differences:
Jul 21 2016
@hrs : Thanks for your comments. My specific use case is a system that is using stateful DHCPv6. It is entirely possible that I have simply missed other facilities for handling this configuration. I'm not familiar with the rtsold method to which you refer (the -O option). I have played around with this a bit and can't seem to get it to work based on just the man page. Can you point me to some description of how to use the method you reference? I'm happy to abandon this method if there is one already in place that I can get working!
Jul 14 2016
- Update the rc.conf(5) man page for DHCP6. While here, fix a few problems pointed out by igor(1).
Jul 5 2016
Jun 17 2016
In D6885#144452, @cem wrote:David, did you remove mav@ on accident?