Skip to content

Commit

Permalink
Grammar in features.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mvidner authored and teclator committed Nov 30, 2016
1 parent 5bf6fb0 commit ea431fc
Showing 1 changed file with 37 additions and 37 deletions.
74 changes: 37 additions & 37 deletions doc/features.md
@@ -1,85 +1,85 @@
Network Module Features
-----------------------
=======================

Network Services
======================
----------------

- wicked
- Network Manager
- no network service
- still support old netconfig ( but no guarantie )
- still support old netconfig ( but no guarantee )

IPv6
==============
----

- enable/disable it

DHCP Client options
====================
DHCP Client Options
-------------------

- Set hostname which is send back to the DHCP server
- set machine identifier for asking dhcp
- Set hostname which is sent back to the DHCP server
- set machine identifier for asking DHCP
- allow to set specific option for hostname to send for dhcpd client ( how often it is used? )

DNS
===================
---

- set hostname and domain, combining them into FQDN writting into /etc/hostname
- set hostname and domain, combining them into FQDN writing into /etc/hostname
- change hostname with dhcp
- assign hostname to local ip ( so own hostname is always resolvable )
- modify /etc/resolv.conf, keep it manage automatic or modify it manually with selected values
- assign hostname to local IP ( so own hostname is always resolvable )
- modify /etc/resolv.conf, have it managed automatically or modify it manually with selected values

Routing
=========
-------

- allows to assign default gateway for ipv4 and ipv6 and also assign via which device it can be reached
- allows to enable ipv4 and ipv6 forwarding
- allows manual edit of routing table
- allow to assign default gateway for IPv4 and IPv6 and also assign via which device it can be reached
- allow to enable IPv4 and IPv6 forwarding
- allow manual editing of routing table


Devices
=======
-------

- allows to setup it without setup (for bondings and iBFT), dhcp or static ( with ip, hostname, mask )
- allow to use no setup (for bondings and iBFT), DHCP or static ( with IP, hostname, mask )
- manage udev names, allowing renaming of devices when needed
- blinking of device via ethtool for easier device identification
- allows to add additional ips to device
- blinking of device via `ethtool` for easier device identification
- allow to add additional IPs to device
- supported devices: eth, wlan, token ring, infiniband, tun, tap, bridge,vlan, bond, arcnet, bluetooth, dummy, fddi, usb, myrinet (usb and bluetooth looks strange )
- for eth and token ring - allow to specify kernel module needed for device, if it is pcmci or usb and ethtool options
- for each devices it can be specified when activate device, ifplugd priority, firewall zone and MTU
- for bridge it allow to specify any physical devices ( so e.g. tap and tun are filtered out )
- for bonding it allows to specify over which device it bonding
- for wireless it allows to configure mode in which operating, encryption, essid of network and so on
- for infiniband it allows set IPoIB connected x datagram
- for each device it can be specified when to activate it, ifplugd priority, firewall zone, and MTU
- for bridge it allows to specify any physical devices ( so e.g. tap and tun are filtered out )
- for bonding it allows to specify over which device it is bonding
- for wireless it allows to configure mode of operation, encryption, essid of network and so on
- for infiniband it allows to set IPoIB connected x datagram


s390 Devices
============
------------

- allows layer 2 and 3 devices
- support channel ids for devices
- allow layer 2 devices to be in bond
- allow layer 2 and 3 devices
- support channel IDs for devices
- allow layer 2 devices to be bonded
- recognized types - qeth, lcs, ctc, iucv
- allows to set logical link address for layer 2 qeth devices
- allow to set logical link address for layer 2 qeth devices

Firewall parts
==============
Firewall Parts
--------------

- stage1 proposal + write it down ( firewall enable/disable, sshd enable/disable, ssh port open/close, vnc enable/disable)
- assign network device to firewall zone

Network Devices
===============
Network Storage Devices
-----------------------

- ability to check what device is on mount point and if device is network one


Shared Features ( in yast2 )
============================
----------------------------

- Internet test
- Firewall CWM widgets
- Bind9 YaPI interface
- mapping of ports number and its aliases by IANA
- Part ranges support ( well, it looks like object in ycp way )
- mapping of port numbers and their aliases by IANA
- port ranges support ( well, it looks like object in ycp way )
- firewall part support susefirewall and also firewalld

0 comments on commit ea431fc

Please sign in to comment.