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

Implement global configuration #4

Open
brgerig opened this issue Nov 24, 2014 · 1 comment
Open

Implement global configuration #4

brgerig opened this issue Nov 24, 2014 · 1 comment
Assignees

Comments

@brgerig
Copy link

brgerig commented Nov 24, 2014

I tested and verified that global configurations are working in lldpad v0.9.46. It created a "common:" section in the lldpad.conf file, and applied any configuration directives there to all interfaces:

lldp:
{
  eth0 :
  <snipped>
  common :
  {
    adminStatus = 3;
    tlvid00000005 :
    {
      enableTx = true;
    };
    tlvid00000004 :
    {
      enableTx = true;
    };
    tlvid00000006 :
    {
      enableTx = true;
    };
    tlvid00000008 :
    {
      enableTx = true;
    };
    tlvid00000007 :
    {
      enableTx = true;
    };
  };
};
@razorsedge razorsedge self-assigned this Dec 29, 2014
@razorsedge razorsedge changed the title Global configuration Implement global configuration Dec 29, 2014
@razorsedge
Copy link
Owner

Looks like something for the TODO list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants