summaryrefslogtreecommitdiff
path: root/lib/oxidized/model/xos.rb
AgeCommit message (Collapse)Author
2018-06-19Unintentional config changes in legacy xos, closes #1348 (#1362)Bartek
2018-04-27scrub generated time from xos.rb configs (closes #629)Wild Kat
2018-04-21the great makeover - standardize layout, alignment, indentationWild Kat
2017-08-21Added policies savingStanislaw Datskevich
2016-02-21Fix telnet 'wait for prompt' bugroedie
2015-09-29Ignore save-config warning after exit in XOSTobias Andersson
2015-09-26fix white space and CR problems on xos modelNick Hilliard
2015-09-14Fix new line removalSaku Ytti
Probably the intention was cfg.each_line.to_a[1..-3].map(&:rstrip).join("\n") But as it's just incorrectly removed new line from last line, clearly the rstrip has not been needed, so not gonna add it unless proven that it's needed. Spotted by @nickhilliard
2015-02-19Password detection fixedfhibler
2014-08-24Add ExtremeXOSSaku Ytti