Skip to content

Commit

Permalink
Merge 85503d6 into a5f2c8a
Browse files Browse the repository at this point in the history
  • Loading branch information
teclator committed Sep 19, 2019
2 parents a5f2c8a + 85503d6 commit 6f4be1b
Show file tree
Hide file tree
Showing 38 changed files with 2,333 additions and 407 deletions.
19 changes: 19 additions & 0 deletions Rakefile
@@ -1,3 +1,22 @@
# Copyright (c) [2019] SUSE LLC
#
# All Rights Reserved.
#
# This program is free software; you can redistribute it and/or modify it
# under the terms of version 2 of the GNU General Public License as published
# by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
# more details.
#
# You should have received a copy of the GNU General Public License along
# with this program; if not, contact SUSE LLC.
#
# To contact SUSE LLC about this file by physical or electronic mail, you may
# find current contact information at www.suse.com.

require "yast/rake"

Yast::Tasks.configuration do |conf|
Expand Down
1 change: 1 addition & 0 deletions src/autoyast-rnc/networking.rnc
Expand Up @@ -100,6 +100,7 @@ device =
element type { text }? &
element layer2 { BOOLEAN}? &
element chanids { text }? &
# ignored, present for backward compatibility
element portname { text }? &
element protocol { text }? &
element router { text }?
Expand Down

0 comments on commit 6f4be1b

Please sign in to comment.