From e61f1ef9741f7d28aa91d71c5e7f20841ff14f04 Mon Sep 17 00:00:00 2001 From: emijrp Date: Thu, 14 Jul 2011 19:58:14 +0000 Subject: [PATCH] doc git-svn-id: https://wikiteam.googlecode.com/svn/trunk@215 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95 --- dumpgenerator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dumpgenerator.py b/dumpgenerator.py index bcd5686..d4bdc9e 100644 --- a/dumpgenerator.py +++ b/dumpgenerator.py @@ -785,7 +785,7 @@ Write --help for help.""" return config, other def removeIP(raw=''): - """ """ + """ Remove IP from HTML comments """ raw = re.sub(r'\d+\.\d+\.\d+\.\d+', '0.0.0.0', raw) #http://www.juniper.net/techpubs/software/erx/erx50x/swconfig-routing-vol1/html/ipv6-config5.html #weird cases as :: are not included