ftao / python-ifcfg

Python cross-platform network interface discovery (ifconfig/ipconfig/ip)
BSD 3-Clause "New" or "Revised" License
55 stars 37 forks source link

implement vlan interfaces to LinuxParser #41

Closed fdellwing closed 4 years ago

fdellwing commented 4 years ago

The LinuxParser will now parse vlan interfaces like this:

eth2 from eth2, eth2., eth2.abc and eth2.abc2 eth2.2 from eth2.2 and eth2.2abc

closes #40

codecov-io commented 4 years ago

Codecov Report

Merging #41 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #41   +/-   ##
=======================================
  Coverage   84.68%   84.68%           
=======================================
  Files           4        4           
  Lines         235      235           
=======================================
  Hits          199      199           
  Misses         36       36
Impacted Files Coverage Δ
src/ifcfg/parser.py 80% <ø> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4d846c7...5e2dee4. Read the comment docs.

benjaoming commented 4 years ago

Released in 0.19