sonic-buildimage/files/image_config/caclmgrd
judyjoseph 4006ce711f
[Multi-Asic] Forward SNMP requests received on front panel interface to SNMP agent in host. (#5420)
* [Multi-Asic] Forward SNMP requests destined to loopback IP, and coming in through the front panel interface
             present in the network namespace, to SNMP agent running in the linux host.

* Updates based on comments

* Further updates in docker_image_ctl.j2 and caclmgrd

* Change the variable for net config file.

* Updated the comments in the code.

* No need to clean up the exising NAT rules if present, which could be created by some other process.

* Delete our rule first and add it back, to take care of caclmgrd restart.
Another benefit is that we delete only our rules, rather than earlier approach of "iptables -F" which cleans up all rules.

* Keeping the original logic to clean the NAT entries, to revist when NAT feature added in namespace.

* Missing updates to log_info call.
2020-09-26 12:14:30 -07:00
..
caclmgrd [Multi-Asic] Forward SNMP requests received on front panel interface to SNMP agent in host. (#5420) 2020-09-26 12:14:30 -07:00
caclmgrd.service [caclmgrd] Always restart service upon process termination (#5065) 2020-07-29 10:12:38 -07:00