summaryrefslogtreecommitdiff
path: root/lib/ohai/plugins/linux/network.rb
Commit message (Expand)AuthorAgeFilesLines
* Update rubocop-performance requirement from 1.15.2 to 1.16.0 (#1784)dependabot[bot]2023-02-201-5/+5
* prefer route that explicitly define a deviceMatt Phillips2022-05-161-2/+6
* networking/linux: map src only default routes accordinglyMatt Phillips2022-05-161-1/+12
* Network: Add support for parsing multipath routing (#1736)Anita Zhang2022-02-251-2/+15
* Network: Record xdp data from ip link. (#1730)Zeeshan Lokhandwala2022-02-081-0/+25
* Switch to chefstyle from gemTim Smith2021-07-021-1/+1
* Use filter_map where we canperfTim Smith2021-04-211-4/+4
* network: Add offload features to node.Zeeshan Lokhandwala2021-03-311-0/+25
* Merge pull request #1479 from Babar/patch-10-interfacesTim Smith2020-12-231-2/+2
|\
| * Support more than 10 interfacesOlivier Raginel2020-12-231-2/+2
* | network: populate pause frame configJakub Kicinski2020-12-141-0/+25
|/
* Misc RuboCop cleanup of the codebaseTim Smith2020-11-231-1/+1
* Simplify all our splitsTim Smith2020-11-171-1/+1
* Freeze the strings we're not later modifyingTim Smith2020-10-301-0/+1
* Target Mode OhaiLamont Granquist2020-10-011-3/+3
* chefstyle fixesLamont Granquist2020-09-171-1/+1
* Resolve RuboCop Style/RedundantParentheses warningsTim Smith2020-09-081-2/+2
* Merge pull request #1507 from chef/chefstyleTim Smith2020-09-081-6/+6
|\
| * Bail out early to avoid safe operatorchefstyleTim Smith2020-09-081-3/+5
| * Simplify things with &.Tim Smith2020-09-081-5/+3
* | Remove Copyright DatesLamont Granquist2020-08-271-1/+1
|/
* Update network plugin to use ipaddr not ipaddress gemfix_requireTim Smith2020-08-101-2/+2
* Gate more of the external requiresTim Smith2020-08-091-1/+1
* Merge pull request #1485 from cooperlees/route_is_valid_default_route_afTim Smith2020-08-031-1/+9
|\
| * Add Address Family Check to route_is_valid_default_route?Cooper Lees2020-07-291-1/+9
* | Use .find instead of .select.firstrubocop_Performance_DetectTim Smith2020-08-031-1/+1
|/
* Use .match? when we don't need the resultTim Smith2020-07-061-6/+6
* Add a Rubular PermalinkCooper Lees2020-06-301-0/+1
* Remove white space to please linterCooper Lees2020-06-301-1/+1
* Move regex out of the loop Cooper Lees2020-06-301-4/+1
* Change to double quotes for impactCooper Lees2020-06-241-1/+1
* Linux network plugin: Handle IPv6 next hops for IPv4 routesCooper Lees2020-06-241-0/+4
* Expose NIC channel params, coalesce params, and driver info in the network pl...Matt Clark2020-03-091-0/+90
* Merge pull request #1382 from josephmilla/feature/make-state-regex-less-restr...Tim Smith2019-07-111-1/+2
|\
| * Add rubular linkJoseph Milla2019-06-271-0/+1
| * Make state regex less restrictiveJoseph Milla2019-06-261-1/+1
* | new chefstyle rules for 0.13.2Lamont Granquist2019-07-081-6/+16
|/
* Simplify how we create empty mashes in the pluginsmash_newTim Smith2019-06-111-17/+17
* Use ||= instead of unless defined? for constantsCONVERSION_STATUSTim Smith2019-06-031-1/+1
* Chefstyle fixes for Chefstyle 0.12Tim Smith2019-01-241-1/+1
* Uniquely name our network plugin helper methodsTim Smith2018-08-221-2/+2
* Merge pull request #1208 from chef/speedupTim Smith2018-07-061-4/+4
|\
| * Resolve 2 unneeded sort warningsTim Smith2018-07-021-4/+4
* | fixes for new chefstyle rulesLamont Granquist2018-07-051-12/+12
|/
* mechanical conversion of debug to tracetm/inject_logThom May2018-03-161-16/+16
* [linux/network] Tunnel information (#1104)Phil Dibowitz2017-12-191-0/+25
* Fix the route support for IPV6 routes ending in ::ipv6_colon_regexTim Smith2017-09-151-1/+2
* Avoid extra file stats and simplify things a bitTim Smith2017-06-101-11/+7
* Find network binaries with the which helperTim Smith2017-06-101-7/+7
* autofixing new chefstyle issueslcg/chefstyleLamont Granquist2017-02-091-11/+15