Age | Commit message (Collapse) | Author |
|
|
|
|
|
Kudos to Samer Abdel-Hafez for noticing
|
|
No point creating the model for one-off use, especially with dodgy
dynamic consts
|
|
|
|
|
|
|
|
Gives alternative, maybe less awkward way to do conditional commands.
You can first use cmd methods to gather stuff you want, then in main
method you could conditional to things based on them, maybe futher call
methods per model.
|
|
'store' is more logical, as we cannot know if output method guarantees
any version history which 'update' implies.
|
|
|
|
'syslog.rb' listed to UDP port (or reads file). When IOS or JunOS style
config change/commit message is seen, it triggers immediate update ot
config
It transports commit message (junos) remote host from which change was
mde (ios) and who made the change (junos+ios). This is carried over to
the 'output' methods, that is, 'git blame' will show IOS/JunOS user-name
who made the change.
|
|
Easier screen-scraping, if each command produces always same set of
cruft that needs to be removed
|
|
|
|
Silly for shit-and-giggles attempt at rancid
|