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

[Multi-Asic] Forward SNMP requests received on front panel interface to SNMP agent in host. #5420

Merged
merged 9 commits into from
Sep 26, 2020

Commits on Sep 21, 2020

  1. [Multi-Asic] Forward SNMP requests destined to loopback IP, and comin…

    …g in through the front panel interface
    
                 present in the network namespace, to SNMP agent running in the linux host.
    judyjoseph committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    acb30c0 View commit details
    Browse the repository at this point in the history
  2. Updates based on comments

    judyjoseph committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    1cea713 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2020

  1. Configuration menu
    Copy the full SHA
    1ee5a2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3759fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    847127d View commit details
    Browse the repository at this point in the history
  4. No need to clean up the exising NAT rules if present, which could be …

    …created by some other process.
    judyjoseph committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    02c493a View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2020

  1. 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.
    judyjoseph committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    db5b102 View commit details
    Browse the repository at this point in the history
  2. Keeping the original logic to clean the NAT entries, to revist when N…

    …AT feature added in namespace.
    judyjoseph committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    1139058 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2020

  1. Configuration menu
    Copy the full SHA
    1d84c7d View commit details
    Browse the repository at this point in the history