[vpp-dev] #vnet Any command to individually enable and disable IP forwarding per interface level

2020-01-22 Thread Gigo Thomas via Lists.Fd.Io
May I know if VPP has any command to individually enable/disable ip forwarding per interface level. Thanks -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15218): https://lists.fd.io/g/vpp-dev/message/15218 Mute This Topic: https://lists.fd.io/mt/6

Re: [vpp-dev] #vnet Any command to individually enable and disable IP forwarding per interface level

2020-01-22 Thread Neale Ranns via Lists.Fd.Io
enable ip6 /neale From: on behalf of "Gigo Thomas via Lists.Fd.Io" Reply to: "gig...@thinkpalm.com" Date: Wednesday 22 January 2020 at 23:38 To: "vpp-dev@lists.fd.io" Cc: "vpp-dev@lists.fd.io" Subject: [vpp-dev] #vnet Any command to individual

Re: [vpp-dev] #vnet Any command to individually enable and disable IP forwarding per interface level

2020-01-22 Thread Paul Vinciguerra
January 2020 at 23:38 > *To: *"vpp-dev@lists.fd.io" > *Cc: *"vpp-dev@lists.fd.io" > *Subject: *[vpp-dev] #vnet Any command to individually enable and disable > IP forwarding per interface level > > > > May I know if VPP has any command to individually en

Re: [vpp-dev] #vnet Any command to individually enable and disable IP forwarding per interface level

2020-01-23 Thread Gigo Thomas via Lists.Fd.Io
Thank you. Actually, I was looking for a command similar to the command in the Linux " *sysctl net.ipv4.ip_forward net.ipv4.ip_forward = 1* ".  Even after executing the command *set interface feature ip4-lookup arc ip4-unicast  disable* , packet is forwarded. Also, the command *set interface f

Re: [vpp-dev] #vnet Any command to individually enable and disable IP forwarding per interface level

2020-01-23 Thread Gigo Thomas via Lists.Fd.Io
[Edited Message Follows] Thank you. Actually, I was looking for a command similar to the following command in the Linux " *sysctl net.ipv4.conf.eth0.forwarding=1"  /*To enable ip forwarding*/ and* " **sysctl net.ipv4.conf.eth0.forwarding=0* "*. */*To disable ip forwarding*/ * Even after executin

Re: [vpp-dev] #vnet Any command to individually enable and disable IP forwarding per interface level

2020-01-23 Thread Neale Ranns via Lists.Fd.Io
From: on behalf of "Gigo Thomas via Lists.Fd.Io" Reply to: "gig...@thinkpalm.com" Date: Thursday 23 January 2020 at 22:31 To: "vpp-dev@lists.fd.io" Cc: "vpp-dev@lists.fd.io" Subject: Re: [vpp-dev] #vnet Any command to individually enable and di

Re: [vpp-dev] #vnet Any command to individually enable and disable IP forwarding per interface level

2020-01-23 Thread Neale Ranns via Lists.Fd.Io
" Subject: Re: [vpp-dev] #vnet Any command to individually enable and disable IP forwarding per interface level Hi Neale, Can you not also do: comment { ingress direction } set interface feature loop0 ip4-lookup arc ip4-unicast disable comment { egress direction } set interface feature loop0