Skip to content

Commit

Permalink
Added missing type
Browse files Browse the repository at this point in the history
  • Loading branch information
teclator committed Jul 11, 2019
1 parent 0c25ec4 commit 0e62dcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/y2network/interface_type.rb
Expand Up @@ -79,6 +79,7 @@ def to_human_string
define_type "INFINIBAND", N_("Infiniband"), "ib"
define_type "BONDING", N_("Bonding"), "bond"
define_type "BRIDGE", N_("Bridge"), "br"
define_type "DUMMY", N_("Dummy"), "dummy"
define_type "VLAN", N_("VLAN"), "vlan"
define_type "TUN", N_("TUN"), "tun"
define_type "TAP", N_("TAP"), "tap"
Expand Down

0 comments on commit 0e62dcd

Please sign in to comment.