Skip to content

Commit

Permalink
Merge pull request #618 from yast/networking_zone
Browse files Browse the repository at this point in the history
Added networking interface 'zone' element to the AutoYaST schema
  • Loading branch information
teclator committed Mar 22, 2018
2 parents 7860431 + bcc0728 commit 9fb3c23
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions package/yast2-network.changes
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Mar 21 23:20:26 UTC 2018 - knut.anderssen@suse.com

- Added networking interfaces 'zone' element to the AutoYaST schema
file (bsc#1013047)
- 4.0.23

-------------------------------------------------------------------
Fri Mar 16 14:09:54 UTC 2018 - knut.anderssen@suse.com

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-network.spec
Expand Up @@ -17,7 +17,7 @@


Name: yast2-network
Version: 4.0.22
Version: 4.0.23
Release: 0
BuildArch: noarch

Expand Down
1 change: 1 addition & 0 deletions src/autoyast-rnc/networking.rnc
Expand Up @@ -84,6 +84,7 @@ interface =
dhclient_set_down_link? &
dhclient_set_default_route? &

element zone { text }? &
element firewall { "yes" | "no" }?
}

Expand Down

0 comments on commit 9fb3c23

Please sign in to comment.