- 24 Aug, 2012 3 commits
-
-
Jonathon Duerig authored
-
Leigh B Stoller authored
span experiments.
-
Leigh B Stoller authored
libraries (snmpit_test subdir). I suppose we should really commit to the new test version of snmpit.
-
- 23 Aug, 2012 3 commits
-
-
Mike Hibler authored
-
Mike Hibler authored
While I was in there fixing the bug, I added a "do nothing" option (-n) and made using rsync checksumming optional (-c).
-
Mike Hibler authored
Every once in a while, I change the version of FreeBSD running on a delay node (with os_load) and it would blow up because the command line to boot the delay kernel with would be wrong. Note that this is not a general fix for default command lines, it is limited to delay node kernels.
-
- 21 Aug, 2012 4 commits
-
-
Cody Cutler authored
Now let's not worry about who put it there; the important part is that it is fixed. (cherry picked from commit 0c9cb66d262568f076a0ec1806e5edc56c6e38a5)
-
Mike Hibler authored
This allows you to pipe into imagezip ala: tar cf - dir-o-stuff | imagezip -f - dir-o-stuff.ndz But of course this only works with "raw" or "regular file" inputs where we are not seeking around looking for metadata with which to do intelligent compression.
-
Cody Cutler authored
(cherry picked from commit 030f0a93e4449d4006682fb84777e505e366b7ef)
-
Cody Cutler authored
And a couple of error-printf bugfixes (cherry picked from commit e31153aee1c7da2bb92d8528f951b34b952d0eda)
-
- 20 Aug, 2012 6 commits
- 17 Aug, 2012 4 commits
- 16 Aug, 2012 3 commits
-
-
Ryan Jackson authored
-
Jonathon Duerig authored
-
Jonathon Duerig authored
-
- 15 Aug, 2012 2 commits
-
-
Kirk Webb authored
-
Kirk Webb authored
Though the broadcom tool was easy enough to setup and use under Windows, getting the Intel counterpart to work was an epic fail. Instead, go after the registry directly. There is some semblance of standardization there, even though no command line tool exists for tweaking these setttings. Back out the code that set speed/duplex using the broadcom tool since it is no longer needed. This will be much better for remote sites and porting to other hardware in general. Hopefully other vendors follow suit and use the same registry settings that Intel and Broadcom do. Also modified the interface setup code to delay enabling the interface until after the speed and duplex settings are poked into the registry so that the driver will pick them up immediately, w/o requiring a reboot. Since setting the speed/duplex correctly solves prior issues I saw with linktest bandwidth tests, back those hacks out.
-
- 14 Aug, 2012 4 commits
-
-
Mike Hibler authored
-
Mike Hibler authored
-
Mike Hibler authored
-
Leigh B Stoller authored
-
- 13 Aug, 2012 11 commits
-
-
Robert Ricci authored
Somehow, the last time I ran this, it didn't pick up the default for the ARISTA_SWITCH_XMLRPCPORT variable.
-
Leigh B Stoller authored
-
Robert Ricci authored
-
Add fake commands for port-control to avoid errors since our Arista switch just support one mode. Just double checked that _setAllowedVlansOnTrunkedPort does add or remove VLANs rather than setting them as the only ones.
-
Robert Ricci authored
-
Robert Ricci authored
-
Robert Ricci authored
-
Robert Ricci authored
-
-
-
Debug cmd option added for snmpit agent, and also more pretty log output; Enable port after adding it into VLAN.
-