[vpp-dev] ipv6 ipsec

2020-04-27 Thread wangjingj...@cmhi.chinamobile.com
hi,
The problems of SA/SPD configure IPSec have been solved,Because no MAC address 
is set in advance.
I'd like to ask if you plan to use IKEv2 to configure IPv6 IPSec?
Are you developing this function now?
Looking forward to your reply,thanks!



wangjingj...@cmhi.chinamobile.com
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#16158): https://lists.fd.io/g/vpp-dev/message/16158
Mute This Topic: https://lists.fd.io/mt/73301990/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [vpp-dev] route lookup api

2020-04-27 Thread Jon Loeliger via lists.fd.io
On Wed, Feb 19, 2020 at 4:47 AM Christian Hopps  wrote:

>
> > On Feb 19, 2020, at 2:02 AM, Neale Ranns via Lists.Fd.Io  cisco@lists.fd.io> wrote:
> >
> >
> > Hi Chris,
> >
> > Adding an API to dump a single route would be a welcome addition to the
> API.
>
> Ok, I'll do that then.


Hey Chris,

Did you ever get this API enhancement written?  If so, is there a Gerrit
for it?

Thanks,
jdl
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#16161): https://lists.fd.io/g/vpp-dev/message/16161
Mute This Topic: https://lists.fd.io/mt/71382541/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[vpp-dev] Crashloop back issue

2020-04-27 Thread Prakash Rajagopal
Hi Team,



I just created a new code from contivpp(version:v.3.3.3) with few
alterations as per my requirement.



I have used docker image with Docker version 18.09.8 in my server and have
initiated Kubernetes in it.



But when I make my contivpp up(through a yaml file),my coredns is not
coming up and goes to “Crash loop back” state.



NAMESPACE NAME READY   STATUS
  RESTARTS   AGE   IP  NODE NOMINATED NODE   READINESS
GATES

kube-system   contiv-crd-nl8gj 1/1
Running0  46s   fd00::101   k8s-master
   

kube-system   contiv-etcd-01/1
Running0  47s   fd00::101   k8s-master
   

kube-system   contiv-ksr-bvr47 1/1
Running0  47s   fd00::101   k8s-master   
  

kube-system   contiv-vswitch-9x49w 1/1
Running0  47s   fd00::101   k8s-master
   

*kube-system   coredns-5c98db65d4-8rr44 0/1
CrashLoopBackOff   21 8h:0:0:1::3   k8s-master
   *

*kube-system   coredns-5c98db65d4-f99f2 0/1
CrashLoopBackOff   21 8h:0:0:1::2   k8s-master
   *

kube-system   etcd-k8s-master  1/1
Running0  8hfd00::101   k8s-master
   

kube-system   kube-apiserver-k8s-master1/1
Running0  8hfd00::101   k8s-master
   

kube-system   kube-controller-manager-k8s-master   1/1
Running0  8hfd00::101   k8s-master
   

kube-system   kube-proxy-x8hjn 1/1
Running0  8hfd00::101   k8s-master
   

kube-system   kube-scheduler-k8s-master1/1
Running0  8hfd00::101   k8s-master
   





This issue occurs 8 out of 10 times, when I try to bring up  contivpp.



Can someone help me on fixing this issue?



Thanks,

Prakash R
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#16162): https://lists.fd.io/g/vpp-dev/message/16162
Mute This Topic: https://lists.fd.io/mt/73308049/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [vpp-dev] FD.io Maintenance: Tuesday April 28, 2020 1800 UTC to 2200 UTC

2020-04-27 Thread Vanessa Valderrama
*Maintenance reminder*

On 4/16/20 4:12 PM, Vanessa Valderrama wrote:
>
> **When:  *Tuesday April 28, 2020 1800 UTC to 2200 UTC*
> *
> *
> *What: *Linux foundation upgrades, OS updates, and security patches
>
>   * Jenkins
>   o Upgrade to 2.222.x
>   o OS and security updates
>   o Plugin updates
>   * Nexus
>   o Upgrade to 2.14.17-01
>   o OS and security updates
>   * Jira
>   o Upgrade to 8.6.1
>   o OS and security updates
>   * Gerrit
>   o Upgrade to 3.1.x
>   o OS and security updates
>   * OpenGrok
>   o OS and security updates
>
> *Impact:*
>
> Gerrit will be unavailable for all or part of the window as we do the
> following:
>
>   * Convert the existing database to NoteDB
>   * Upgrade Gerrit to 3.1.x
>   * Rebuild indexes
>
> The standard upgrades and maintenance will require a reboot of each
> FD.io system. Jenkins will be placed in shutdown mode at 1700 UTC.
> Running jobs will be aborted at 1800 UTC, please let us know if that
> will cause a problem for your project.
>
> The following systems will be unavailable during the maintenance window:
>
>   *     Jenkins sandbox
>   *     Jenkins production
>   *     Nexus
>   *     Jira
>   *     Gerrit
>   *     OpenGrok
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#16163): https://lists.fd.io/g/vpp-dev/message/16163
Mute This Topic: https://lists.fd.io/mt/73064712/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [vpp-dev] route lookup api

2020-04-27 Thread Christian Hopps

> On Apr 27, 2020, at 11:44 AM, Jon Loeliger via lists.fd.io 
>  wrote:
> 
> 
> 
> On Wed, Feb 19, 2020 at 4:47 AM Christian Hopps  wrote:
> 
> > On Feb 19, 2020, at 2:02 AM, Neale Ranns via Lists.Fd.Io 
> >  wrote:
> > 
> >
> > Hi Chris,
> >
> > Adding an API to dump a single route would be a welcome addition to the API.
> 
> Ok, I'll do that then.
> 
> Hey Chris,
> 
> Did you ever get this API enhancement written?  If so, is there a Gerrit for 
> it?

I have this written/tested, but it lives in my 19.08 (product) branch right 
now. I might have near the end of the week to cherry pick it to master and test 
it there.

Thanks,
Chris.

> Thanks,
> jdl
> 
> 

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#16164): https://lists.fd.io/g/vpp-dev/message/16164
Mute This Topic: https://lists.fd.io/mt/71382541/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [vpp-dev] route lookup api

2020-04-27 Thread Dave Wallace
Gentle reminder that the VPP 20.05 API freeze is next Wed, May 6, 2020, 
so please don't delay to long if this is required for 20.05.


Thanks,
-daw- (wearing the friendly VPP release manager hat)

On 4/27/2020 5:02 PM, Christian Hopps wrote:

On Apr 27, 2020, at 11:44 AM, Jon Loeliger via lists.fd.io 
 wrote:



On Wed, Feb 19, 2020 at 4:47 AM Christian Hopps  wrote:


On Feb 19, 2020, at 2:02 AM, Neale Ranns via Lists.Fd.Io 
 wrote:

  
Hi Chris,
  
Adding an API to dump a single route would be a welcome addition to the API.

Ok, I'll do that then.

Hey Chris,

Did you ever get this API enhancement written?  If so, is there a Gerrit for it?

I have this written/tested, but it lives in my 19.08 (product) branch right 
now. I might have near the end of the week to cherry pick it to master and test 
it there.

Thanks,
Chris.


Thanks,
jdl







-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#16165): https://lists.fd.io/g/vpp-dev/message/16165
Mute This Topic: https://lists.fd.io/mt/71382541/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-