Skip to content

Commit

Permalink
Updated the comments in the code.
Browse files Browse the repository at this point in the history
  • Loading branch information
judyjoseph committed Sep 23, 2020
1 parent b3759fd commit 847127d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/image_config/caclmgrd/caclmgrd
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,8 @@ class ControlPlaneAclManager(daemon_base.DaemonBase):
def generate_fwd_snmp_traffic_from_namespace_to_host_commands(self, namespace):
"""
The below SNAT and DNAT rules are added in asic namespace in multi-ASIC platforms. It helps to forward the SNMP request coming
in through the front panel interfaces present in namespace to the SNMP Agent running in the linux host. The external IP address are
NATed to the internal docker IP address for the SNMP agent running in linux host to respond.
in through the front panel interfaces created/present in the asic namespace to the SNMP Agent running in SNMP container in
linux host network namespace. The external IP addresses are NATed to the internal docker IP addresses for the SNMP Agent to respond.
"""
fwd_snmp_traffic_from_namespace_to_host_cmds = []

Expand Down

0 comments on commit 847127d

Please sign in to comment.