summaryrefslogtreecommitdiff
path: root/src/conf/interface_conf.c
Commit message (Expand)AuthorAgeFilesLines
* conf: Update format strings in translated messagesJiri Denemark2023-04-011-8/+9
* virInterfaceDefParseMtu: Use virXPathUInt instead of virXPathULongPeter Krempa2022-11-021-8/+6
* conf: interface: Remove virInterfaceDefParseFilePeter Krempa2022-10-061-20/+4
* conf: interface: Remove virInterfaceDefParseNodePeter Krempa2022-10-061-30/+5
* util: xml: Expose all arguments of virXMLParseHelper in virXMLParse macroPeter Krempa2022-10-061-1/+2
* conf: Remove unused includesPeng Liang2022-06-161-4/+0
* conf: Don't pass PROP_NONZERO to virXMLPropTristateBool()Andrea Bolognani2022-04-051-1/+1
* virInterfaceDefParse: Simplify and cleanupTim Wiederhake2022-01-141-6/+5
* virInterfaceDefParseXML: Simplify and cleanupTim Wiederhake2022-01-141-17/+6
* virInterfaceDefParseIfAdressing: Simplify and cleanupTim Wiederhake2022-01-141-9/+6
* virInterfaceDefParseProtoIPv6: Simplify and cleanupTim Wiederhake2022-01-141-10/+4
* virInterfaceDefParseProtoIPv4: Simplify and cleanupTim Wiederhake2022-01-141-7/+2
* virInterfaceDefParseDhcp: Simplify and cleanupTim Wiederhake2022-01-141-16/+10
* virInterfaceDefParseIP: Simplify and cleanupTim Wiederhake2022-01-141-21/+8
* virInterfaceDefParseXML: Inline trivial virInterfaceDefParseNameTim Wiederhake2022-01-141-19/+4
* conf: interface: Remove ret and gotoTim Wiederhake2022-01-141-80/+49
* conf: interface: Use g_autoTim Wiederhake2022-01-141-47/+20
* conf: interface: Preparation for g_autoTim Wiederhake2022-01-141-7/+7
* virInterfaceDefDevFormat: Add missing error handlingTim Wiederhake2022-01-141-3/+6
* lib: Introduce and use g_autoptr() for virInterfaceDefMichal Privoznik2021-11-021-18/+14
* conf: add validation and propagate flags into virInterfaceDefParse()Kristina Hanicova2021-08-201-5/+8
* Use g_auto for xmlFreeDoc everywhereJán Tomko2021-08-171-2/+1
* src: add 'schema' and 'validate' variable to virXMLParseHelper()Kristina Hanicova2021-08-121-1/+1
* lib: Drop internal virXXXPtr typedefsMichal Privoznik2021-04-131-38/+38
* conf: replace VIR_FREE() with g_free() in vir*Free() functionsLaine Stump2021-02-021-16/+16
* conf: interface: use g_new0Ján Tomko2020-10-081-20/+9
* VIR_XPATH_NODE_AUTORESTORE: remove semicolon from usersJán Tomko2020-08-251-4/+4
* conf: use g_auto() for all virBuffersLaine Stump2020-07-081-4/+3
* Use more of VIR_XPATH_NODE_AUTORESTOREMichal Privoznik2020-06-031-12/+4
* conf: use virStringParseYesNoRafael Fonseca2020-03-231-7/+6
* conf: remove unneeded labelsDaniel Henrique Barboza2020-01-071-6/+3
* util: buffer: Remove virBufferCheckErrorPeter Krempa2019-10-241-3/+0
* Use g_autoptr instead of VIR_AUTOPTRJán Tomko2019-10-161-1/+1
* conf: Use automatic pointers for xmlXPathContextPeter Krempa2019-09-191-8/+3
* util: xml: Add wrapper for xmlXPathNewContextPeter Krempa2019-09-191-4/+1
* Require a semicolon for VIR_ENUM_IMPL callsCole Robinson2019-02-031-1/+2
* Remove even more Author(s): lines from source filesMichal Privoznik2019-01-031-1/+0
* Remove all Author(s): lines from source file headersDaniel P. Berrangé2018-12-131-2/+0
* use virXMLNodeNameEqual instead of xmlStrEqualPavel Hrdina2017-08-141-1/+1
* conf: Adjust coding style for interface conf sourcesJohn Ferlan2017-03-061-16/+57
* conf: Introduce virinterfaceobjJohn Ferlan2017-03-061-166/+0
* global: consistently use IP rather than Ip in identifiersLaine Stump2016-06-261-19/+19
* interface: don't error out if a bond has no interfacesLubomir Rintel2015-05-271-17/+12
* Remove unnecessary curly brackets in src/conf/Martin Kletzander2014-11-141-6/+3
* maint: Prohibit "devname" by a syntax check rulesPeter Krempa2014-10-011-5/+5
* maint: use consistent if-else braces in conf and friendsEric Blake2014-09-041-27/+29
* Use virBufferCheckError everywhere we report OOM errorJán Tomko2014-07-031-4/+4
* interface: clean up virInterfaceDefDevFormatLaine Stump2014-06-201-27/+25
* interface: clean up virInterfaceDefParseXMLLaine Stump2014-06-201-50/+18
* interface: move parsing of bridge attributes into appropriate functionLaine Stump2014-06-201-17/+17