[wicked-commit] [openSUSE/wicked] 64032d: [dbus-xml] serialize bitmap data as comma separate...
Branch: refs/heads/master Home: https://github.com/openSUSE/wicked Commit: 64032dc01165d3368334d956663fd3d1ac5531c5 https://github.com/openSUSE/wicked/commit/64032dc01165d3368334d956663fd3d1ac... Author: Karol Mroz <kmroz@suse.com> Date: 2014-01-30 (Thu, 30 Jan 2014) Changed paths: M src/dbus-xml.c Log Message: ----------- [dbus-xml] serialize bitmap data as comma separated lists For improved readability, serialize bitmap constrained data as delimiter separated lists. We accept the following forms in intf.xml files: <node>flag1__DELIM__...__DELIM__flagN</node> where __DELIM__ is " ,|\t\n" OR <node> <flag1/> ... <flagN/> </node> When dispalying this data to user (via show-xml, for example), we use the form: <node>flag1 ,..., flagN</node> Commit: fb41aee533d378e8ebd8116af662beb6eaaceacf https://github.com/openSUSE/wicked/commit/fb41aee533d378e8ebd8116af662beb6ea... Author: Marius Tomaschewski <mt@suse.de> Date: 2014-01-30 (Thu, 30 Jan 2014) Changed paths: M src/dbus-xml.c Log Message: ----------- Merge pull request #143 from kmroz/kmroz-wicked-gh-macvlan [dbus-xml] serialize bitmap data as comma separated lists Compare: https://github.com/openSUSE/wicked/compare/c01ec08c47f0...fb41aee533d3
participants (1)
-
Marius Tomaschewski