sonic-net / SONiC

Landing page for Software for Open Networking in the Cloud (SONiC) - https://sonic-net.github.io/SONiC/
2.24k stars 1.13k forks source link

how acl is write to ASIC DB from config db #315

Open noOne-list opened 5 years ago

noOne-list commented 5 years ago

when load config,acl will write to config db,but when it‘s write to the ASIC DB? can describe the mechanism?

Chornei commented 5 years ago

Pls check HLD for dynamic ACL. I think it is mentioned there.

Sent from Ninehttp://www.9folders.com/


From: zgdqty notifications@github.com Sent: Thursday, December 20, 2018 15:25 To: Azure/SONiC Cc: Subscribed Subject: [Azure/SONiC] how acl is write to ASIC DB from config db (#315)

when load config,acl will write to config db,but when it‘s write to the ASIC DB? can describe the mechanism?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/Azure/SONiC/issues/315, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ARmmi2QOzD_RCxVy3hI4hJHJn-CZqDceks5u64-egaJpZM4ZcL6b.

stcheng commented 5 years ago

acl-loader will read the OpenConfig file and write to the configuration database which will be picked up by orchagent and this daemon will write to the ASIC database.