edge topology

17   * Use
This commit is contained in:
Oliver Gorwits
2014-04-28 22:15:07 +01:00
parent 2edbbaadb0
commit 5fc62090e2
2 changed files with 2 additions and 1 deletions

View File

@@ -14,6 +14,7 @@
* Legitimate for same MAC to be in two VLANs on same switchport * Legitimate for same MAC to be in two VLANs on same switchport
* Fix for broken [#82] (/etc/hosts check during ARP IP resolv) * Fix for broken [#82] (/etc/hosts check during ARP IP resolv)
* Discover nodes on ports which have broken near-edge topology * Discover nodes on ports which have broken near-edge topology
* Use password instead of pass for Dancer::Plugin::DBIC
2.025001 - 2014-04-08 2.025001 - 2014-04-08

View File

@@ -24,7 +24,7 @@ if (ref {} eq ref setting('database')) {
setting('plugins')->{DBIC}->{netdisco} ||= { setting('plugins')->{DBIC}->{netdisco} ||= {
dsn => $dsn, dsn => $dsn,
user => $user, user => $user,
pass => $pass, password => $pass,
options => { options => {
AutoCommit => 1, AutoCommit => 1,
RaiseError => 1, RaiseError => 1,