summaryrefslogtreecommitdiff
path: root/scripts/vyos-strip-config.pl
AgeCommit message (Collapse)Author
2021-10-21strip-private: T3926: strip cisco-authentication key1.2.9-S1cruxChristian Poessinger
(cherry picked from commit ac4292154ee3cbb165a75c8373d0b559c4027b51)
2019-12-06[strip-config] T1568 improved regex for ipv6,mac and full-nameDmitriyEshenko
(cherry picked from commit 20822ca355fcec4a364375edf6330e6b2357a570)
2019-06-24strip-config: T1484: remove OSPF md5 keyChristian Poessinger
(cherry picked from commit 8c7b09c1487547df339037cfae861d78bd51a17f)
2018-11-11T999: "strip-private" does not strip pre-shared-secretChristian Poessinger
Private information as the IPSec pre shared key was not removed on: vyos@vyos# show vpn ipsec | strip-private (cherry picked from commit 1b94994d3f9c7ca32dfad3051fe9c3330edcfd98)
2015-06-18vyatta-op: remove user login public key information with strip-privateAlex Harpin
Extend the strip-private command pipe so that it removes the public key user login information. Bug #567 http://bugzilla.vyos.net/show_bug.cgi?id=567
2015-06-18vyatta-op: strip-private removes "user" rather than actual usernameAlex Harpin
The strip-private pipe command removes the user node entry rather than the actual username. Bug #567 http://bugzilla.vyos.net/show_bug.cgi?id=567
2014-07-02Bug #104: add pipe for stripping private information from config.Daniil Baturin