Skip to content

Instantly share code, notes, and snippets.

@rc9000
Created January 24, 2019 15:34
Show Gist options
  • Save rc9000/637bfbcee2ecffec63d683bc06388b89 to your computer and use it in GitHub Desktop.
Save rc9000/637bfbcee2ecffec63d683bc06388b89 to your computer and use it in GitHub Desktop.
netdisco 2.0 - modify check_mac to collect VRRP addresses
$ diff nd2/lib/perl5/App/Netdisco/Util/Node.pm nd2/lib/perl5/App/Netdisco/Util/Node.pm.dist
105,106c105,107
< debug sprintf ' [%s] check_mac - VRRP mac [%s] - still including', $devip, $node;
< #return 0;
---
> debug sprintf ' [%s] check_mac - VRRP mac [%s] - skipping',
> $devip, $node;
> return 0;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment