1
0
forked from pool/yast2-network

- Started with yast2-network refactorization:

- Added the y2network namespace.
  - Dropped not used routing_auto client.
  - Reimplemented completely routing configuration droping the old
    Yast::Routing module.
  - The Y2Network::Routing configuration permits to have multiple
    default routes and does not drop extra options for them. That
    is, different routing tables can be used. (fate#326796)
- 4.2.2

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=848
This commit is contained in:
YaST Team Bot
2019-04-24 11:54:31 +00:00
committed by Git OBS Bridge
parent 827aa59cde
commit b2387f7bf8
3 changed files with 15 additions and 5 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Apr 24 12:44:18 UTC 2019 - knut.anderssen@suse.com
- Started with yast2-network refactorization:
- Added the y2network namespace.
- Dropped not used routing_auto client.
- Reimplemented completely routing configuration droping the old
Yast::Routing module.
- The Y2Network::Routing configuration permits to have multiple
default routes and does not drop extra options for them. That
is, different routing tables can be used. (fate#326796)
- 4.2.2
-------------------------------------------------------------------
Mon Apr 22 16:41:51 UTC 2019 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>