Skip to content

Commit

Permalink
Merge branch 'SLE-12-GA' into relaxng-compilable-m
Browse files Browse the repository at this point in the history
Conflicts:
	package/yast2-network.changes
	package/yast2-network.spec
  • Loading branch information
mvidner committed Oct 8, 2015
2 parents 7571411 + 9244386 commit ceec2e4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
8 changes: 8 additions & 0 deletions package/yast2-network.changes
@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Oct 8 12:02:44 UTC 2015 - mvidner@suse.com

- Fixed "Relax-NG parser error : Some defines for ipv6_forward
needs the combine attribute" when checking validity
of any AutoYaST profile (bsc#948206).
- 3.1.133

-------------------------------------------------------------------
Tue Oct 6 16:44:44 UTC 2015 - mfilka@suse.com

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


Name: yast2-network
Version: 3.1.132
Version: 3.1.133
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
10 changes: 3 additions & 7 deletions src/autoyast-rnc/networking.rnc
Expand Up @@ -221,16 +221,12 @@ dhclient_hostname_option = element dhclient_hostname_option { text }

routing =
element routing {
ip_forward? &
ipv4_forward? &
ipv6_forward? &
element ip_forward { BOOLEAN }? &
element ipv4_forward { BOOLEAN }? &
element ipv6_forward { BOOLEAN }? &
routes?
}

ip_forward = element ip_forward { BOOLEAN }
ipv4_forward = element ipv4_forward { BOOLEAN }
ipv6_forward = element ipv6_forward { BOOLEAN }

routes =
element routes {
LIST,
Expand Down

0 comments on commit ceec2e4

Please sign in to comment.