-
Notifications
You must be signed in to change notification settings - Fork 545
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
L2MCD:IGMP Snooping Implementation First Commit #1211
base: master
Are you sure you want to change the base?
Conversation
@@ -56,7 +56,9 @@ orchagent_SOURCES = \ | |||
sfloworch.cpp \ | |||
chassisorch.cpp \ | |||
debugcounterorch.cpp \ | |||
natorch.cpp | |||
natorch.cpp \ | |||
l2mcorch.cpp \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello Ben,
I didn't find both l2mcorch.cpp and l2mcorch.h in this PR, seems like you forgot to add them.
Could you please kindly take a look? Thanks in advance.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi,
Due to the requirement to upload as small patches, the changes are uploaded through my other user profile
benzeerbava
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your timely response, Ben.
I have checked your profiles, but still didn't find them ( l2mcorch.cpp and l2mcorch.h ).
Could you please kindly share the PR link with me?
Hi
sonic-net/sonic-buildimage#4213
sonic-net/sonic-buildimage#4489
#1211
sonic-net/sonic-swss-common#331
sonic-net/sonic-utilities#827
benzeerbava/sonic-l2mcd#1
benzeerbava/sonic-l2mcd#2
benzeerbava/sonic-l2mcd#3
benzeerbava/sonic-l2mcd#4
benzeerbava/sonic-l2mcd#5
benzeerbava/sonic-l2mcd#6
benzeerbava/sonic-l2mcd#7
benzeerbava/sonic-l2mcd#8
benzeerbava/sonic-l2mcd#9
benzeerbava/sonic-l2mcd#10
benzeerbava/sonic-l2mcd#11
benzeerbava/sonic-l2mcd#12
benzeerbava/sonic-l2mcd#13
benzeerbava/sonic-l2mcd#14
benzeerbava/sonic-l2mcd#15
benzeerbava/sonic-l2mcd#16
benzeerbava/sonic-l2mcd#17
benzeerbava/sonic-l2mcd#18
Thanks
benzeer
…On Mon, Mar 15, 2021 at 3:18 PM Fanqi ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In orchagent/Makefile.am
<#1211 (comment)>:
> @@ -56,7 +56,9 @@ orchagent_SOURCES = \
sfloworch.cpp \
chassisorch.cpp \
debugcounterorch.cpp \
- natorch.cpp
+ natorch.cpp \
+ l2mcorch.cpp \
Thanks for your timely response, Ben.
I have checked your profiles, but still didn't find them ( l2mcorch.cpp
and l2mcorch.h ).
Could you please kindly share the PR link with me?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1211 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMUI5LY3NNCUN7UWZ2Z5ZF3TDXJWTANCNFSM4K7QI6PQ>
.
--
Thanks
~benzeer
--
This electronic communication and the information and any files transmitted
with it, or attached to it, are confidential and are intended solely for
the use of the individual or entity to whom it is addressed and may contain
information that is confidential, legally privileged, protected by privacy
laws, or otherwise restricted from disclosure to anyone else. If you are
not the intended recipient or the person responsible for delivering the
e-mail to the intended recipient, you are hereby notified that any use,
copying, distributing, dissemination, forwarding, printing, or copying of
this e-mail is strictly prohibited. If you received this e-mail in error,
please return the e-mail to the sender, delete it from your computer, and
destroy any printed copy of it.
|
- Replace tabs with spaces - Fix alignment - Remove trailing whitespace - Remove spaces where not necessary, add spaces where necessary - Reorganize imports per PEP8 standards
What I did
Why I did it
How I verified it
Details if related