- 30 Aug, 2017 5 commits
-
-
Leigh B Stoller authored
interfaces table, but since it would only matter for images created before Apr 2003, I think its okay to just kill the code.
-
Leigh B Stoller authored
node:card.port format, not node:card. Be that as it may, snmpit needs to change at some point to print node:iface instead.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
- 29 Aug, 2017 6 commits
-
-
Leigh B Stoller authored
-
Mike Hibler authored
-
Mike Hibler authored
Just don't build it for now. Will have to fix iperf at some point.
-
Mike Hibler authored
-
Mike Hibler authored
No more hacky python proxy to the old django interface! No longer needed, as the REST API now covers everything we do. Even if we wanted to keep around the old API stub, it would need work as FreeNAS has switched to python 3 and many of the old API python modules are gone or renamed.
-
Mike Hibler authored
If one blockstore name was a subset of another (e.g., "foo" vs. "foo2") then the check code could get confused and not mount some iSCSI blockstores.
-
- 28 Aug, 2017 4 commits
-
-
Gary Wong authored
Looks like it used to work when given an in interface object, but the current source really seems to want a node_id/interface pair.
-
Leigh B Stoller authored
connection times out. Lets use 5 seconds for now.
-
Leigh B Stoller authored
for a proper solution at some point.
-
Leigh B Stoller authored
-
- 26 Aug, 2017 2 commits
-
-
Mike Hibler authored
-
Mike Hibler authored
-
- 24 Aug, 2017 3 commits
- 23 Aug, 2017 20 commits
-
-
Mike Hibler authored
-
Leigh B Stoller authored
stuff in them.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
since there are elabinelab experiments running. Convert a few DB queries to use the Interface and Node libraries. More to do.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
Also clean up silly code.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
arguments. Add -i option to dump out interface/wire info for existing management interface.
-
Leigh B Stoller authored
iface syntax and prints out in iface syntax (-i option).
-
Leigh B Stoller authored
1. Get rid of direct queries to wires and interfaces, use library. 2. Allow node:iface on the command line for ports. 3. Add -i option to print out results in node:iface. Eventually we want to flush card.port output, but lets wait on that for a while. 4. Switch from card,port to iface lookups. 5. The DB change adds iface to the port_counters table, no longer using card,port. Eventually flush them.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
no need to ever use card,port since we never actually put that into into the ptop file.
-
Leigh B Stoller authored
which is always cause of perl hashes. Some cases do not matter, so just added some sorts to those, others are conditionalized.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-