Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GRE over IPv4 traffic from VM to Contrail is not destributed #99

Open
wants to merge 917 commits into
base: R3.2
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
917 commits
Select commit Hold shift + click to select a range
aced046
Implement fragment assembler properly on Windows
jablonskim Feb 15, 2019
323cffd
Fix atomic builtin functions on Windows
jablonskim Feb 18, 2019
7665aef
Refactor: Move work item to separate file
jablonskim Feb 18, 2019
deab26d
Introduce and use system independent 'vr_sync_lock_test_and_set_p'
jablonskim Feb 19, 2019
f440e34
Merge "Use system independent fragment assembler bucket count define"
Feb 20, 2019
c44f715
Merge "Fix freeing NULL packet in vr_fragment_queue_free"
Feb 20, 2019
6b5ec7a
Merge "Fix vr_get_mono_time on Windows"
Feb 20, 2019
873ffec
Vrouter stops forwarding with iperf TCP test
Feb 21, 2019
eeba94f
dp-core: Expose functions to update offloaded flow and vrf stats
fjbotha Nov 7, 2018
03f743e
Multicast source inside contrail should not be dropped
bansalnikhil Feb 21, 2019
62b0dc8
Merge "Multicast source inside contrail should not be dropped"
Feb 22, 2019
5e197e2
ISSU: kernel crash happens while migrating compute node from 4.1 to 5.0
hajimohamed Feb 22, 2019
a3ee12f
Link against the NFP PMD for vRouter-DPDK
fjbotha Feb 25, 2019
ac6348e
Refactor: Prepare to remove code duplication in fragment assembler
jablonskim Feb 20, 2019
5086440
Refactor: Remove code duplication
jablonskim Feb 20, 2019
e33b86c
Merge "dp-core: Expose functions to update offloaded flow and vrf stats"
Feb 25, 2019
670d617
Merge "ISSU: kernel crash happens while migrating compute node from 4…
Feb 25, 2019
d2982e8
Fix dpdk vrouter crash while doing vifdump
Feb 27, 2019
d907374
Use bcast mac if igmp disabled
bansalnikhil Feb 28, 2019
f0d882a
Merge "Link against the NFP PMD for vRouter-DPDK"
Feb 28, 2019
3f150e1
Merge "vtest: bug fix and improvement"
Feb 28, 2019
deead13
Merge "Implement fragment assembler properly on Windows"
Mar 1, 2019
5dfc59e
Merge "Use bcast mac if igmp disabled"
Mar 1, 2019
8751ba7
Merge "Refactored ksync"
Mar 1, 2019
f30e028
Merge "Fix atomic builtin functions on Windows"
Mar 1, 2019
421f238
Merge "Refactor: Move work item to separate file"
Mar 1, 2019
75abc30
Merge "Introduce and use system independent 'vr_sync_lock_test_and_se…
Mar 1, 2019
1fe6453
Merge "Vrouter stops forwarding with iperf TCP test"
Mar 1, 2019
d3c8394
Merge "Fix dpdk vrouter crash while doing vifdump"
Mar 2, 2019
e01b9ad
Vrouter stops forwarding with iperf TCP test
Feb 26, 2019
88f651f
Include `windows\ksync` directory in release mode
Mar 4, 2019
08722d3
Sending pckts on bare-metal doesn't break vrouter
Mar 7, 2019
5e50b7b
Hw checksum not working in mainline
Mar 12, 2019
d81a1ca
Drop ARP pkts with invalid plen and hwlen fields
anandrao79 Mar 13, 2019
30915d0
multicast forwarding breakage fix for evpn multicast.
esnagendra Mar 12, 2019
b07d2c6
Hw checksum not working in mainline
Mar 14, 2019
121d9b6
Merge "Include `windows\ksync` directory in release mode"
Mar 14, 2019
05bd75b
Stop Visual Studio from signing vrouter.sys
Feb 22, 2019
30af898
Merge "Sending pckts on bare-metal doesn't break vrouter"
Mar 14, 2019
efb1b53
Merge "Move adjust_tcp_mss to platform independent code"
Mar 14, 2019
48cfa6a
Merge "Adjust MSS in TCP packets on Windows"
Mar 14, 2019
287cccf
Merge "Hw checksum not working in mainline"
Mar 15, 2019
94a41d3
Merge "multicast forwarding breakage fix for evpn multicast."
Mar 15, 2019
56568a6
Fix incorrect checksums in large TCP packets sent between vhosts
jablonskim Mar 15, 2019
653c769
Merge "Stop Visual Studio from signing vrouter.sys"
Mar 18, 2019
7b23532
Merge "Test Ksync bulk msg support"
Mar 18, 2019
0c96b91
Merge "Drop ARP pkts with invalid plen and hwlen fields"
Mar 19, 2019
37452cf
Stop signing artifacts via signtool on Windows
Mar 21, 2019
6b7dfc4
Merge "Fix incorrect checksums in large TCP packets sent between vhosts"
Mar 21, 2019
917fd34
Merge "Stop signing artifacts via signtool on Windows"
Mar 22, 2019
8dc3c7f
Vrouter: Fix warning in typecasting
kirankn80 Mar 23, 2019
ccfeeae
Merge "Vrouter: Fix warning in typecasting"
Mar 23, 2019
bf2f558
Fix dropping TCP packets when packet dumping is enabled
jablonskim Mar 25, 2019
074ccce
vRouter: Fix for SCP not working
kirankn80 Mar 23, 2019
534678c
Make vrouter work with newer cmocka versions
Mar 27, 2019
98c79ea
Merge "Refactor: Prepare to remove code duplication in fragment assem…
Mar 28, 2019
da37882
Merge "Refactor: Remove code duplication"
Mar 28, 2019
7d92e2d
Merge "Make vrouter work with newer cmocka versions"
Mar 28, 2019
edfcb83
Merge "vRouter: Fix for SCP not working"
Mar 29, 2019
c33e99f
Build of vrouter.ko is broken on some 4.4.0 kernels (ubuntu 16.04)
anandrao79 Mar 29, 2019
af16173
Merge "Fix dropping TCP packets when packet dumping is enabled"
Mar 29, 2019
e8816a8
Merge "Build of vrouter.ko is broken on some 4.4.0 kernels (ubuntu 16…
Mar 30, 2019
c97fd01
vrouter debug enhancement: Clear dropstats counter for all cores duri…
hajimohamed Mar 22, 2019
e775d5e
Improve performance of checksum calculation on Windows
jablonskim Apr 3, 2019
9733407
Merge "vrouter debug enhancement: Clear dropstats counter for all cor…
Apr 5, 2019
6012f2b
DPDK: Jumb frames is getting dropped
Apr 8, 2019
76d7a2b
Merge "Improve performance of checksum calculation on Windows"
Apr 8, 2019
bf92741
Merge "DPDK: Jumb frames is getting dropped"
Apr 8, 2019
a61b3dc
DPDK: Possible mbuf leak running iperf with MSS 536
Apr 9, 2019
bc4bdf6
Fix deadlock in vRouter unloading function on Windows
jablonskim Apr 10, 2019
ce788ff
Duplicate entries in vrouter dropstats counters are removed.
hajimohamed Apr 11, 2019
f127cba
Merge "Fix deadlock in vRouter unloading function on Windows"
Apr 12, 2019
e71894a
Handle calculating source ecmp index for multi level ECMP.
Sangarshan Apr 16, 2019
9dafa00
Improve distribution of incoming packets among processors on Windows
jablonskim Apr 16, 2019
f3817c8
Merge "Improve distribution of incoming packets among processors on W…
Apr 18, 2019
7cccfd6
Merge "DPDK: Possible mbuf leak running iperf with MSS 536"
Apr 18, 2019
657ae7d
Fix formatting in dp-core
jablonskim Apr 18, 2019
0bd94d4
Fix for Invalid label programming in VXLAN routing
kirankn80 Apr 21, 2019
94c402c
AT&T Juniper Case 2019-0211-0762, HIGH -P2 , Contrail Networking, Con…
hajimohamed Apr 23, 2019
41eb69c
Merge "Fix formatting in dp-core"
Apr 23, 2019
698dc5c
Merge "AT&T Juniper Case 2019-0211-0762, HIGH -P2 , Contrail Networki…
Apr 26, 2019
14799f1
Enable offloading of checksums in outer IP packets on Windows
jablonskim Apr 26, 2019
aee12a3
likely/unlikely support
Jan 11, 2019
e4fa8a0
Properly implement handling of TCP checksum offloading metadata
jablonskim May 7, 2019
601eb3e
Merge "Enable offloading of checksums in outer IP packets on Windows"
May 7, 2019
1bc6a5a
Enable optimization for speed in vRouter for Windows
May 7, 2019
8ba01f0
pkt drop log - Long option command not working
hajimohamed May 8, 2019
28905f3
Enable offloading of checksums in inner TCP packets on Windows
jablonskim May 8, 2019
60a2c50
Merge "Enable optimization for speed in vRouter for Windows"
May 8, 2019
3fede8e
Fix calculation of offset to inner TCP packet in Windows segmentation…
jablonskim May 9, 2019
cf35c06
Merge "Properly implement handling of TCP checksum offloading metadata"
May 9, 2019
dc35493
Merge "Enable offloading of checksums in inner TCP packets on Windows"
May 9, 2019
3dd2e83
Add support to evict a stale TCP "Dead" flow
anandrao79 May 13, 2019
8f3090d
Merge "Fix calculation of offset to inner TCP packet in Windows segme…
May 13, 2019
12dc895
Revert "Enable offloading of checksums in inner TCP packets on Windows"
jablonskim May 14, 2019
fa6857c
DPDK: Fix for hugepages not getting initialized
kirankn80 Apr 13, 2019
51a720c
Merge "Revert "Enable offloading of checksums in inner TCP packets on…
May 15, 2019
70fb7d4
Merge "DPDK: Fix for hugepages not getting initialized"
May 16, 2019
a8028c7
Merge "Add support to evict a stale TCP "Dead" flow"
May 21, 2019
91d2df5
Fix for flooding of packets in dpdk vrouter
Jun 6, 2019
6e29771
dpdk changes for getting correct value for table_path in Vr_flow_tabl…
Jun 6, 2019
0390171
Merge "dpdk changes for getting correct value for table_path in Vr_fl…
Jun 11, 2019
c1cad48
Generate wixobj file in build directory
Jun 11, 2019
28f2d17
Enhancement Request - vifdump script - stop command issues
hajimohamed Jun 13, 2019
c6afb86
NTTC issue: CEM-4275 - One of the TCP dead flow doesn't get evicted
anandrao79 May 29, 2019
12251e9
Merge "likely/unlikely support"
Jun 19, 2019
ce5c0f1
Support for Vrouter build with dpdk from upstream
Jun 18, 2019
46fa8c0
Merge "Generate wixobj file in build directory"
Jun 25, 2019
05a44bb
Debug Enhancements - Create Mock device for physical Interface in DPDK
hajimohamed Jun 25, 2019
b21559c
Merge "NTTC issue: CEM-4275 - One of the TCP dead flow doesn't get ev…
Jun 26, 2019
36e77d9
Merge "Debug Enhancements - Create Mock device for physical Interface…
Jul 1, 2019
e7168c1
Package dpdkvifstats.py
aadarshk93 Jul 1, 2019
aa5c849
CEM-7103 vrouter.ko can't be build for ubuntu in build 786
anandrao79 Jul 9, 2019
f7a9ace
Merge "Package dpdkvifstats.py"
Jul 15, 2019
e9c0146
Adding pkt_tracer & bpf_stackdump tool to the repository.
Anish56 Jun 27, 2019
d20fecb
CEM-6195 - Add new python based vrouter ut infra
anandrao79 Jul 16, 2019
556d619
Merge "CEM-6195 - Add new python based vrouter ut infra"
Jul 19, 2019
94c6e3b
Merge "Support for Vrouter build with dpdk from upstream"
Jul 22, 2019
0a28339
Fix for DNS packets to Link local causing kernel crash
kirankn80 Jul 24, 2019
480600d
Merge "Fix for DNS packets to Link local causing kernel crash"
Jul 30, 2019
64b411e
vtest usability fixes
kirankn80 Jul 31, 2019
8cdee23
vtest additions
kirankn80 Aug 5, 2019
932c3c7
Testcase for CEM-4574 and merge code to master branch
hajimohamed Aug 7, 2019
d7ad054
UT for CEM-7113
kirankn80 Aug 12, 2019
31e97a6
Define classes for vif, nh, rt, flow in vtest_lib
anandrao79 Aug 16, 2019
6f33592
vifdump not working on DPDK nodes vifdump error: no interface mon0
anandrao79 Aug 21, 2019
860a4c9
Merge "UT for CEM-7113"
Aug 23, 2019
a43dbe6
Fix for live Migration failing for VMs on DPDK vRouter compute nodes
hajimohamed Aug 16, 2019
2a70d59
Detected error using Address sanitizer for DPDK
hajimohamed Aug 29, 2019
32f6547
Merge "Fix for live Migration failing for VMs on DPDK vRouter compute…
Aug 29, 2019
0678c11
cleaned up sconscript and windows directory
Aug 22, 2019
31543aa
Merge "cleaned up sconscript and windows directory"
Aug 30, 2019
c2f8944
Merge "Define classes for vif, nh, rt, flow in vtest_lib"
Sep 3, 2019
f1c3892
Fix for memory leak in kmod vrouter
kirankn80 Aug 29, 2019
a8fe5fd
Merge "Fix for memory leak in kmod vrouter"
Sep 7, 2019
c9aa971
Merge "Detected error using Address sanitizer for DPDK Closes-jira-bu…
Sep 10, 2019
580007c
CEM-5596 - Monitoring of DPDK Bond members
hajimohamed Aug 8, 2019
4d483ab
Merge "CEM-5596 - Monitoring of DPDK Bond members"
vmahuli Sep 11, 2019
d4e4ec4
Revert "CEM-5596 - Monitoring of DPDK Bond members"
mmithun Sep 12, 2019
f2057bd
Merge "Revert "CEM-5596 - Monitoring of DPDK Bond members""
vmahuli Sep 12, 2019
08b6a18
CEM-5596 - Monitoring of DPDK Bond members
hajimohamed Sep 12, 2019
5580539
vRouter - Fix vest testcase failures in CI
hajimohamed Sep 23, 2019
764dac2
DPDK bond monitoring feature - Master intf. update
hajimohamed Sep 25, 2019
ada37ed
Vrouter changes to increase NH limit
anandrao79 Sep 26, 2019
1b6eae9
Merge "Vrouter changes to increase NH limit"
Sep 28, 2019
82d54b2
DPDK: Fix for SNAT not working
kirankn80 Oct 12, 2019
e6c4d20
Support for Host Based Service feature
kirankn80 Aug 2, 2019
d7dc507
Fix for crash in nh=nh@entry
kirankn80 Nov 5, 2019
9b71bec
DPDK: Fix for FD leak when start/stop VM in loop
kirankn80 Nov 9, 2019
bddd685
Contrail Vrouter kernel module is not loading when ran on 256 logical…
anandrao79 Nov 20, 2019
24d6b25
Removed unused windows specific code
Nov 16, 2019
e26a335
Merge "Support for Host Based Service feature"
vmahuli Nov 25, 2019
0ebf3c9
Merge "Contrail Vrouter kernel module is not loading when ran on 256 …
Nov 28, 2019
eb0a10c
Fix for crash resulting from restarting dpdk vrouter
Anish56 Dec 2, 2019
7bb4eb4
Merge "Fix for crash resulting from restarting dpdk vrouter"
Dec 5, 2019
fec1462
CI Make the vrouter UT as voting
hajimohamed Nov 29, 2019
3d1e2d5
Removed minor (remaining) unneeded windows code
Nov 26, 2019
5b2e4ee
Merge "CI Make the vrouter UT as voting Create dependency for vrouter…
Dec 11, 2019
55c65da
Fixed vrouter flaky testcase
hajimohamed Dec 12, 2019
88fa927
Merge "Removed minor (remaining) unneeded windows code Partial-Jira-B…
Dec 13, 2019
d260334
Revert fix for CEM-9116
kirankn80 Dec 14, 2019
3e8d118
cleanup of dead code. This was supposed to be part of
Dec 17, 2019
db0b173
vRouter Code coverage for vrouter-py-ut
Anish56 Dec 27, 2019
27e68ef
Update README.md for building vrouter
Anish56 Jan 9, 2020
706d928
Merge "vRouter Code coverage for vrouter-py-ut"
Jan 9, 2020
c7b058c
Merge "Update README.md for building vrouter"
Jan 10, 2020
a6fc31e
CEM-11421 - Orange ZRB Missing prefixes series of occurrences
anandrao79 Jan 16, 2020
a5917d0
Merge "CEM-11421 - Orange ZRB Missing prefixes series of occurrences"
Jan 17, 2020
bd163a5
Remove Cloned Original counter from dropstats
hajimohamed Jan 31, 2020
6b0919f
New python framework to vrouter
msahu-jnpr Jan 12, 2020
7d045f8
Merge "New python framework to vrouter"
Feb 3, 2020
497f8da
Disable warnings in vrouter compilation
Anish56 Jan 22, 2020
5acbd3f
vRouter vtest(UT) build to include additional command line arguments
hajimohamed Feb 10, 2020
f570f61
Merge "Disable warnings in vrouter compilation"
Feb 10, 2020
6f5d9e6
Merge "vRouter vtest(UT) build to include additional command line arg…
Feb 10, 2020
5b6d672
Refactor gen_build_info.sh so it works both on dash and bash
Sep 17, 2019
4f22be0
scons built-in header scanner detects mistakenly a dependency from
Comrade88 Feb 10, 2020
79a5430
DPDK: Support for full CPU partitioning (isolcpus)
Anish56 Jan 23, 2020
47ae8ac
Adding flag in Makefile to treat compilation warnings as errors
Anish56 Feb 18, 2020
f6860d7
Add RX queue error and TX port error statistics
Feb 13, 2020
78f5e82
Merge "DPDK: Support for full CPU partitioning (isolcpus)"
Feb 21, 2020
f718d8f
Merge "scons built-in header scanner detects mistakenly a dependency …
Feb 22, 2020
f54c078
Remove chdirs' because scons cannot perform them correctly
Comrade88 Feb 10, 2020
e5ee07d
Fix to support HBS with service chaining
kirankn80 Feb 8, 2020
9277749
Merge "Remove chdirs' because scons cannot perform them correctly"
Andrey-mp Feb 26, 2020
efc198c
Merge "Add RX queue error and TX port error statistics"
JuniperJK Feb 27, 2020
f519209
Merge "Refactor gen_build_info.sh so it works both on dash and bash"
bpankowski Feb 27, 2020
8f15208
CI not failing if the tests fail
msahu-jnpr Feb 26, 2020
ad8706a
Socket leak when VM stop/start In loop
hajimohamed Mar 5, 2020
43727c3
Fix for vRouter UT failure in CI-Jenkins
hajimohamed Mar 9, 2020
4d24e3f
Merge "CI not failing if the tests fail"
Mar 11, 2020
86386a2
Merge "Socket leak when VM stop/start In loop"
Mar 11, 2020
36d56f9
Move remaining UTs to new framework
yashikabadaya Mar 12, 2020
539d46d
Port XML test cases to new infrastructure
yashikabadaya Mar 18, 2020
5ac0126
Cleanup old infra tests, lib and run_tests.sh
msahu-jnpr Mar 18, 2020
62cc708
Merge "Cleanup old infra tests, lib and run_tests.sh"
Mar 19, 2020
5549093
Merge "Adding flag in Makefile to treat compilation warnings as errors"
Mar 20, 2020
0c98d13
Addressing review comments
yashikabadaya Mar 20, 2020
3962aa6
Revert "Adding flag in Makefile to treat compilation warnings as errors"
anandrao79 Mar 24, 2020
61eebf8
Merge "Revert "Adding flag in Makefile to treat compilation warnings …
JuniperJK Mar 25, 2020
883bde3
ZIU: Reload vRouter w/o requiring reboot - Vrouter changes
anandrao79 Mar 20, 2020
d4cbe3f
Merge "ZIU: Reload vRouter w/o requiring reboot - Vrouter changes"
vmahuli Mar 31, 2020
2ce3b65
Implementation of GDB macros to dump vRouter core files
Vinzy-98 Mar 19, 2020
c437b3c
Fix for first packet loss of a flow in HBS
kirankn80 Mar 2, 2020
6587835
When vrouter is run without taskset, the default is not taking effect
kirankn80 Apr 10, 2020
3918c4a
Merge "Fix for first packet loss of a flow in HBS"
Apr 10, 2020
190ab6b
scons vrouter-py-ut:test failing
msahu-jnpr Apr 10, 2020
e0ed617
Merge "scons vrouter-py-ut:test failing"
Apr 13, 2020
a759f69
Merge "Implementation of GDB macros to dump vRouter core files"
Apr 13, 2020
1fe68d8
pin all packages in requirements.txt for vrouter
msahu-jnpr Apr 15, 2020
06fb295
Merge "pin all packages in requirements.txt for vrouter"
Apr 15, 2020
0ad68a9
pin all packages in requirements.txt for vrouter(part-2)
msahu-jnpr Apr 15, 2020
068477c
Merge "When vrouter is run without taskset, the default is not taking…
Apr 16, 2020
79fe958
Merge "pin all packages in requirements.txt for vrouter(part-2)"
Apr 20, 2020
1d43e17
vtest enhancements and UT bugfixes
kirankn80 Apr 14, 2020
3e9f590
CEM-14660 - Avoid using /dev/vr_bridge and /dev/flow devices in agent
anandrao79 Apr 20, 2020
e76a387
Merge "CEM-14660 - Avoid using /dev/vr_bridge and /dev/flow devices i…
vgavini Apr 21, 2020
77efed4
Merge "vtest enhancements and UT bugfixes"
Apr 21, 2020
532fa87
Fix for vRouter UT failure in k8s pod
hajimohamed Apr 23, 2020
e13722d
Support for kernel 4.18.x
Comrade88 Apr 23, 2020
cfeba02
Merge "Support for kernel 4.18.x"
Apr 24, 2020
bb9017b
VrInfo: Display internal state of DPDK/Kernel vRouter
hajimohamed Mar 23, 2020
bf3110b
vtest: Add basic topology base classes
kirankn80 Apr 25, 2020
1210437
Implementation of GDB macros to dump vRouter core files
Vinzy-98 Apr 24, 2020
861f981
Merge "VrInfo: Display internal state of DPDK/Kernel vRouter"
senthilgk1 Apr 30, 2020
581b503
Merge "Implementation of GDB macros to dump vRouter core files"
Apr 30, 2020
5c34521
CEM-13716: Remote ECMP NH doesn't work With Fabricforwarding
anandrao79 Apr 21, 2020
df26b77
Generate vRouter Code Coverage after new pytest infra changes
Anish56 Apr 30, 2020
90ccb96
Merge "CEM-13716: Remote ECMP NH doesn't work With Fabricforwarding"
May 5, 2020
01f78af
dpdk: lock flow management
May 5, 2020
c0918cd
Support for mirroring + fragmentation in ECMP with packet mode
kirankn80 Mar 10, 2020
c233049
Fix for fd_leak testcase failure in vRouter UT
hajimohamed May 12, 2020
5c32722
Merge "Fix for fd_leak testcase failure in vRouter UT"
May 14, 2020
516ef72
Vrouter design to handle flows
Anish56 May 5, 2020
7459584
Merge "Vrouter design to handle flows"
May 15, 2020
ac0d387
Setting coredump_filter for vrouter dpdk
Vinzy-98 May 13, 2020
66e8203
DPDK: Fix for crash in rte_exit()
kirankn80 May 18, 2020
d53b76d
Merge "DPDK: Fix for crash in rte_exit()"
May 19, 2020
9a9137b
Merge "Setting coredump_filter for vrouter dpdk"
May 19, 2020
c16ab5a
Merge "Generate vRouter Code Coverage after new pytest infra changes"
May 26, 2020
cc7aa09
Merge "Support for mirroring + fragmentation in ECMP with packet mode"
May 26, 2020
3cac41d
Dpdkinfo - Add support to display bond, lacp, Nic, mempool, core, app…
yashikabadaya May 23, 2020
2ac9bb3
Merge "Dpdkinfo - Add support to display bond, lacp, Nic, mempool, co…
May 29, 2020
076e460
Packets from fabric with nh pointing to fabric redirected by compute
hajimohamed Jun 1, 2020
70b64d1
Sandump - Sniffer tool for messages between agent and vrouter
yashikabadaya Jun 3, 2020
055af27
Merge "Sandump - Sniffer tool for messages between agent and vrouter"
Jun 3, 2020
6199c47
CEM-15353 - UT automation for CEM-13716
anandrao79 Jun 4, 2020
a5a14b9
Disable warnings and add flag to treat vrouter compilation
Anish56 Jun 4, 2020
d965e97
Merge "Disable warnings and add flag to treat vrouter compilation war…
Jun 10, 2020
886eefc
[Migration/Juniper/contrail-vrouter] Remove content and add readme ab…
Andrey-mp Jun 10, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
20 changes: 0 additions & 20 deletions .gitignore

This file was deleted.

16 changes: 0 additions & 16 deletions .gitreview

This file was deleted.

279 changes: 0 additions & 279 deletions GPL-2.0.txt

This file was deleted.