Skip to content

Commit

Permalink
Merge pull request #1297 from yast/ay_route_extrapara
Browse files Browse the repository at this point in the history
AutoYaST schema: Added networking route extrapara element
  • Loading branch information
teclator authored Jul 4, 2022
2 parents 14386d4 + 4d520fa commit 165300c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
7 changes: 7 additions & 0 deletions package/yast2-network.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Jul 4 11:54:34 UTC 2022 - Knut Anderssen <[email protected]>

- AY: Added missing route extrapara element to the networking
section (bsc#1201129)
- 4.2.110

-------------------------------------------------------------------
Wed Nov 10 21:41:54 UTC 2021 - Knut Anderssen <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-network.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


Name: yast2-network
Version: 4.2.109
Version: 4.2.110
Release: 0
Summary: YaST2 - Network Configuration
License: GPL-2.0-only
Expand Down
5 changes: 3 additions & 2 deletions src/autoyast-rnc/networking.rnc
Original file line number Diff line number Diff line change
Expand Up @@ -272,11 +272,12 @@ route =
destination &
element netmask { text }? & #overloaded
element device { text }? & #overloaded
gateway ?
gateway ? &
extrapara ?
}
destination = element destination { text }
gateway = element gateway { text }

extrapara = element extrapara { text }

#
# DNS (fqdn + resolver)
Expand Down

0 comments on commit 165300c

Please sign in to comment.