This repository has been archived by the owner on May 10, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 92
Add support for Cisco Small Business switches #88
Open
jnorell
wants to merge
38
commits into
dotwaffle:master
Choose a base branch
from
jnorell:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Jesse, I just want to say: this is fantastic work, thank you... However, I'm trying to deprecate this fork. Upstream has diverged significantly from this code, and has implemented git in a different way. I'd strongly recommend posting this patch to the mailing list at http://www.shrubbery.net/mailman/listinfo/rancid-discuss and trying to get it included in the next version. Thanks again, and best of luck! |
Yes, I know/agree we should move to the official version; it's just a lot less work to update the one we're using (I'll need to port numerous device support to the new version when we finally do). But I could post the patch and see if someone wants to convert it to version 3... Thanks |
This more accurately reflects the expanded capabilities of RANCID. It's not just for routers anymore.
Update specfile and changelog.
Also update commit messages and log messages.
The Socket module included with the version of Perl in CentOS 6 does not include inet_pton (or the version is too old). Using inet_pton from Socket6 solves this issue. See this bug report for more details https://bugzilla.redhat.com/show_bug.cgi?id=1224143
Modify the regexp so it will match point release like '3.2' and not just an integer.
This change is from the 3.2 upstream.
On certain routers, Load and Time showup in the output and change every time. This creates noisy diffs.
The main additions are additional error checking for invalid commands that caused the run to fail on certain Nexus devices. Remove commented out and unnecessary code.
From Upsteam 3.2
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.