<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Hello Donald,</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Can you tell me if this is fixed in version 7.3 ?</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Best regards,<br>
</div>
<div id="appendonsend"></div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>De :</b> Donald Sharp <sharpd@cumulusnetworks.com><br>
<b>Envoyé :</b> lundi 27 janvier 2020 15:16<br>
<b>À :</b> Sébastien 65 <sebastien-65@live.fr><br>
<b>Cc :</b> frog@lists.frrouting.org <frog@lists.frrouting.org><br>
<b>Objet :</b> Re: [FROG] Display in wrong order for prefix-list</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;">
<div class="PlainText">There should be. I looked at it over the weekend and this is a<br>
display issue based upon some decisions made in vtysh when it is<br>
glomming output from multiple daemons together in one output. I was<br>
not able to make it display effectively but plan to bring it up with<br>
some people who've done more work in that area than me. We'll figure<br>
something out.<br>
<br>
donald<br>
<br>
On Mon, Jan 27, 2020 at 9:03 AM Sébastien 65 <sebastien-65@live.fr> wrote:<br>
><br>
> Hello,<br>
><br>
> Will there be a change on the display in a future version?<br>
><br>
> ________________________________<br>
> De : frog <frog-bounces@lists.frrouting.org> de la part de Sébastien 65 <sebastien-65@live.fr><br>
> Envoyé : samedi 25 janvier 2020 15:44<br>
> À : Travis Garrison <tgarrison@netviscom.com>; Patrick Boutilier <boutilpj@ednet.ns.ca>; frog@lists.frrouting.org <frog@lists.frrouting.org><br>
> Objet : Re: [FROG] Display in wrong order for prefix-list<br>
><br>
> I use FRR version 7.2, show ip prefix-list gives me the right order ! But it's easier to see the global configuration via show run...<br>
><br>
> FRR# show ip prefix-list<br>
> ZEBRA: ip prefix-list LIST1: 12 entries<br>
> ip prefix-list LIST1 seq 5 deny X<br>
> ip prefix-list LIST1 seq 10 deny X<br>
> ip prefix-list LIST1 seq 15 deny X<br>
> ip prefix-list LIST1 seq 20 deny X<br>
> ip prefix-list LIST1 seq 25 deny X<br>
> ip prefix-list LIST1 seq 30 deny X<br>
> ip prefix-list LIST1 seq 35 deny X<br>
> ip prefix-list LIST1 seq 40 deny X<br>
> ip prefix-list LIST1 seq 45 deny X<br>
> ip prefix-list LIST1 seq 100 deny X<br>
> ip prefix-list LIST1 seq 105 deny X<br>
> ip prefix-list LIST1 seq 200 permit X<br>
> OSPF: ip prefix-list LIST1: 12 entries<br>
> ip prefix-list LIST1 seq 5 deny X<br>
> ip prefix-list LIST1 seq 10 deny X<br>
> ip prefix-list LIST1 seq 15 deny X<br>
> ip prefix-list LIST1 seq 20 deny X<br>
> ip prefix-list LIST1 seq 25 deny X<br>
> ip prefix-list LIST1 seq 30 deny X<br>
> ip prefix-list LIST1 seq 35 deny X<br>
> ip prefix-list LIST1 seq 40 deny X<br>
> ip prefix-list LIST1 seq 45 deny X<br>
> ip prefix-list LIST1 seq 100 deny X<br>
> ip prefix-list LIST1 seq 105 deny X<br>
> ip prefix-list LIST1 seq 200 permit X<br>
> BGP: ip prefix-list LIST1: 12 entries<br>
> ip prefix-list LIST1 seq 5 deny X<br>
> ip prefix-list LIST1 seq 10 deny X<br>
> ip prefix-list LIST1 seq 15 deny X<br>
> ip prefix-list LIST1 seq 20 deny X<br>
> ip prefix-list LIST1 seq 25 deny X<br>
> ip prefix-list LIST1 seq 30 deny X<br>
> ip prefix-list LIST1 seq 35 deny X<br>
> ip prefix-list LIST1 seq 40 deny X<br>
> ip prefix-list LIST1 seq 45 deny X<br>
> ip prefix-list LIST1 seq 100 deny X<br>
> ip prefix-list LIST1 seq 105 deny X<br>
> ip prefix-list LIST1 seq 200 permit X<br>
><br>
><br>
> FRR# sh run<br>
> Building configuration...<br>
><br>
> Current configuration:<br>
> !<br>
> frr version 7.2<br>
> frr defaults traditional<br>
> hostname FRR<br>
> log syslog informational<br>
> service integrated-vtysh-config<br>
> !<br>
> ..........<br>
> !<br>
> ip prefix-list LIST1 seq 10 deny X<br>
> ip prefix-list LIST1 seq 100 deny X<br>
> ip prefix-list LIST1 seq 105 deny X<br>
> ip prefix-list LIST1 seq 15 deny X<br>
> ip prefix-list LIST1 seq 20 deny X<br>
> ip prefix-list LIST1 seq 200 permit X<br>
> ip prefix-list LIST1 seq 25 deny X<br>
> ip prefix-list LIST1 seq 30 deny X<br>
> ip prefix-list LIST1 seq 35 deny X<br>
> ip prefix-list LIST1 seq 40 deny X<br>
> ip prefix-list LIST1 seq 45 deny X<br>
> ip prefix-list LIST1 seq 5 deny X<br>
> !<br>
> ..........<br>
> ________________________________<br>
> De : frog <frog-bounces@lists.frrouting.org> de la part de Travis Garrison <tgarrison@netviscom.com><br>
> Envoyé : samedi 25 janvier 2020 15:10<br>
> À : Patrick Boutilier <boutilpj@ednet.ns.ca>; frog@lists.frrouting.org <frog@lists.frrouting.org><br>
> Objet : Re: [FROG] Display in wrong order for prefix-list<br>
><br>
> Show run will list the prefix list in the wrong order. Shows up on mine like that too. Version 7.2 and 7.1<br>
><br>
> Thanks<br>
> Travis<br>
> ________________________________<br>
> From: frog <frog-bounces@lists.frrouting.org> on behalf of Patrick Boutilier <boutilpj@ednet.ns.ca><br>
> Sent: Saturday, January 25, 2020 7:02:53 AM<br>
> To: frog@lists.frrouting.org <frog@lists.frrouting.org><br>
> Subject: Re: [FROG] Display in wrong order for prefix-list<br>
><br>
> On 1/25/20 6:46 AM, Sébastien 65 wrote:<br>
> > Hi,<br>
> ><br>
> > I note that the display of a prefix-list AND bgp as-path access-list is<br>
> > not in the correct order, the sequences are mixed and this is not easily<br>
> > readable ...<br>
> ><br>
> > ip prefix-list LIST1 seq 10 deny X<br>
> > ip prefix-list LIST1 seq 100 deny X<br>
> > ip prefix-list LIST1 seq 105 deny X<br>
> > ip prefix-list LIST1 seq 15 deny X<br>
> > ip prefix-list LIST1 seq 20 deny X<br>
> > ip prefix-list LIST1 seq 200 permit X<br>
> > ip prefix-list LIST1 seq 25 deny X<br>
> > ip prefix-list LIST1 seq 30 deny X<br>
> > ip prefix-list LIST1 seq 35 deny X<br>
> > ip prefix-list LIST1 seq 40 deny X<br>
> > ip prefix-list LIST1 seq 45 deny X<br>
> > ip prefix-list LIST1 seq 5 deny X<br>
> ><br>
> > How to display the sequences in the right order<br>
> > (10,15,20,25,...,100,105,200,...)?<br>
> ><br>
> > Thank you !<br>
> ><br>
><br>
> What command is giving you that listing? When I run "show ip<br>
> prefix-list" I get the output grouped together in the correct order. For<br>
> example:<br>
><br>
> ZEBRA: ip prefix-list test: 2 entries<br>
> seq 5 permit any<br>
> seq 10 permit 1.1.1.1/32<br>
> OSPF: ip prefix-list test: 2 entries<br>
> seq 5 permit any<br>
> seq 10 permit 1.1.1.1/32<br>
> BGP: ip prefix-list test: 2 entries<br>
> seq 5 permit any<br>
> seq 10 permit 1.1.1.1/32<br>
><br>
><br>
> ><br>
> ><br>
> > _______________________________________________<br>
> > frog mailing list<br>
> > frog@lists.frrouting.org<br>
> > <a href="https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.frrouting.org%2Flistinfo%2Ffrog&data=02%7C01%7C%7Ce4e4cbd86d6e484e190008d7a3338ca4%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637157314105498774&sdata=1gDRwClEJS%2BRmRun3KXFikQRUOD9LZydiGXwliNcq0s%3D&reserved=0">
https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.frrouting.org%2Flistinfo%2Ffrog&data=02%7C01%7C%7Ce4e4cbd86d6e484e190008d7a3338ca4%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637157314105498774&sdata=1gDRwClEJS%2BRmRun3KXFikQRUOD9LZydiGXwliNcq0s%3D&reserved=0</a><br>
> ><br>
><br>
> _______________________________________________<br>
> frog mailing list<br>
> frog@lists.frrouting.org<br>
> <a href="https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.frrouting.org%2Flistinfo%2Ffrog&data=02%7C01%7C%7Ce4e4cbd86d6e484e190008d7a3338ca4%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637157314105498774&sdata=1gDRwClEJS%2BRmRun3KXFikQRUOD9LZydiGXwliNcq0s%3D&reserved=0">
https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.frrouting.org%2Flistinfo%2Ffrog&data=02%7C01%7C%7Ce4e4cbd86d6e484e190008d7a3338ca4%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637157314105498774&sdata=1gDRwClEJS%2BRmRun3KXFikQRUOD9LZydiGXwliNcq0s%3D&reserved=0</a><br>
</div>
</span></font></div>
</body>
</html>