Re: [vpp-dev] VPP_STABLE_1710 Crash during IP Address Addition #vnet

2018-07-25 Thread Neale Ranns via Lists.Fd.Io
Hi Jitendra, Addresses in overlapping subnets is not supported by VPP. The configuration you give below is not valid. /neale From: on behalf of "sainijite...@gmail.com" Date: Tuesday, 24 July 2018 at 07:57 To: "vpp-dev@lists.fd.io" Subject: Re: [vpp-dev] VPP_STABLE_

Re: [vpp-dev] VPP_STABLE_1710 Crash during IP Address Addition #vnet

2018-07-23 Thread sainijiten89
Hi Neale, Thank you for the reply. I tried this patch but it blocks valid configuration as well. For example -  set interface ip address EthernetSwitch2/0/0 10.10.10.33/24      <--- valid address create sub EthernetSwitch2/0/0 8 set interface ip address EthernetSwitch2/0/0.8 10.10.10.66/24 

Re: [vpp-dev] VPP_STABLE_1710 Crash during IP Address Addition #vnet

2018-07-23 Thread Neale Ranns via Lists.Fd.Io
Hi, I expected it was ‘fixed’ when we explicitly disallowed overlapping subnets: https://gerrit.fd.io/r/#/c/8057/ /neale From: on behalf of "sainijite...@gmail.com" Date: Monday, 23 July 2018 at 12:42 To: "vpp-dev@lists.fd.io" Subject: [vpp-dev] VPP_STABLE_1710 Cra

[vpp-dev] VPP_STABLE_1710 Crash during IP Address Addition #vnet

2018-07-23 Thread sainijiten89
[Edited Message Follows] Hello, We are using vpp stable release 1710 and encountered vpp crash in the following scenario (IP Address addition) - 1. configure ip 2. configure network / broadcast ip  explicitly on same interface Same crash behavior is observed with VPP release 1801 but issue is

[vpp-dev] VPP_STABLE_1710 Crash during IP Address Addition #vnet

2018-07-23 Thread sainijiten89
Hello, We are using vpp stable release 1710 and encountered vpp crash in the following scenario (IP Address addition) - 1. configure ip 2. configure network / broadcast ip  explicitly on same interface example :    -