CVSROOT: /cvs Module name: src Changes by: akosh...@cvs.openbsd.org 2018/10/21 15:10:24
Modified files: usr.sbin/switchctl: ofpclient.c parser.c switchctl.8 switchctl.c Log message: Add the ability to query a switch(4) instance via its control device. Also explicitly set the OpenFlow version during the handshake prior to a query. Since switchctl(8) behaves like a controller in this case, a switch can't be connected to switchd(8) while it is being queried in this way. OK claudio@, tb@ and mestre@ for pledge changes