2005-Oct-11
I updated a few packages today and closed a few PRs. (I was the pkg bug handler last week.)I ran trafshow and when it closed my networking went down. Running tcpdump or trafshow brought it back up. It works when in "PROMISC,ALLMULTI" mode/state. Apparently something wrong with my tlp card (Lite-On 82C169 Ethernet) or the tlp(4) code.
I accidently commit to a branch. Reverting was done by using "cvs up -jOLD -jNEW" and then making a patch with cvs diff and then updating to new code and doing the patch to reverse the changes. And then committing. This took a while, because I was using -rBRANCH before the command, but needs to be after it.