If this is the official "fix", why isn't it implemented into the next release? It seems to be a trend to just patch things up locally, instead of getting them added into the official release... is there a reason for this?<br>
<br><div class="gmail_quote">On Wed, Apr 2, 2008 at 8:48 AM, Saku Ytti <<a href="mailto:saku+rancid@ytti.fi">saku+rancid@ytti.fi</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On (2008-04-02 09:43 -0400), Rob Skoog wrote:<br>
> Adam Korab wrote:<br>
> > Hi,<br>
> ><br>
> > I'm almost certain this has been addressed before, but apparently I'm<br>
> > not feeding htdig the proper keywords...<br>
> ><br>
> > On a Cisco 3750, I periodically get diffs that only seem to be a<br>
> > change in how the line wraps:<br>
> ><br>
> > - !VLAN: 31 FCIP active Gi1/0/27,<br>
> > Gi1/0/28, Gi2/0/27<br>
> > - !VLAN: Gi2/0/28<br>
> > + !VLAN: 31 FCIP active Gi1/0/27,<br>
> > Gi1/0/28, Gi2/0/27, Gi2/0/28<br>
> ><br>
> ><br>
> > What causes this, and how can it be addressed?<br>
> ><br>
> > A pointer in the right direction or to a previous post would be great.<br>
<br>
</div>Try this.<br>
<br>
[<a href="mailto:root@login1.fi.sn.net">root@login1.fi.sn.net</a> /opt/RCS/apps/rancid/bin]# hg diff -r 2 -r 3<br>
diff -r 38749fc2620d -r 1639236c0ecd bin/clogin<br>
--- a/bin/clogin Tue Jul 10 08:50:58 2007 +0300<br>
+++ b/bin/clogin Tue Jul 10 08:58:00 2007 +0300<br>
@@ -582,6 +582,8 @@ proc run_commands { prompt command } {<br>
set command "set logging session disable;$command"<br>
} else {<br>
send "term length 0\r"<br>
+ expect -re $prompt {}<br>
+ send "term width 0\r"<br>
}<br>
# escape any parens in the prompt, such as "(enable)"<br>
regsub -all {[)(]} $prompt {\\&} reprompt<br>
@@ -869,6 +871,8 @@ foreach router [lrange $argv $i end] {<br>
send "set logging session disable\r"<br>
} else {<br>
send "term length 0\r"<br>
+ expect -re $prompt {}<br>
+ send "term width 0\r"<br>
}<br>
expect -re $prompt {}<br>
source $sfile<br>
<div class="Ih2E3d"><br>
> ><br>
> > Thanks.<br>
> ><br>
> > --Adam<br>
> > _______________________________________________<br>
> > Rancid-discuss mailing list<br>
> > <a href="mailto:Rancid-discuss@shrubbery.net">Rancid-discuss@shrubbery.net</a><br>
> > <a href="http://www.shrubbery.net/mailman/listinfo.cgi/rancid-discuss" target="_blank">http://www.shrubbery.net/mailman/listinfo.cgi/rancid-discuss</a><br>
><br>
> I have notice this too with our 3750s. It seems to be triggered every<br>
> time we change a config. Generating at least one or two more emails<br>
> simply due to line wrapping.<br>
><br>
> Rob<br>
> _______________________________________________<br>
> Rancid-discuss mailing list<br>
> <a href="mailto:Rancid-discuss@shrubbery.net">Rancid-discuss@shrubbery.net</a><br>
> <a href="http://www.shrubbery.net/mailman/listinfo.cgi/rancid-discuss" target="_blank">http://www.shrubbery.net/mailman/listinfo.cgi/rancid-discuss</a><br>
<br>
</div>--<br>
<font color="#888888"> ++ytti<br>
</font><div><div></div><div class="Wj3C7c">_______________________________________________<br>
Rancid-discuss mailing list<br>
<a href="mailto:Rancid-discuss@shrubbery.net">Rancid-discuss@shrubbery.net</a><br>
<a href="http://www.shrubbery.net/mailman/listinfo.cgi/rancid-discuss" target="_blank">http://www.shrubbery.net/mailman/listinfo.cgi/rancid-discuss</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Eric Cables