| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix domain name validation checks. Thanks to xbeastx74 on LQ for the report. | Darren 'Tadgy' Austin | 2021-03-08 | 1 | -2/+5 |
* | Move enabling RA before SLAAC security section. Thanks to davjohn on LQ. | Darren 'Tadgy' Austin | 2021-03-08 | 1 | -8/+8 |
* | Added debugging output around new SLAAC enhancements. | Darren 'Tadgy' Austin | 2021-03-08 | 1 | -0/+4 |
* | Fix typo of 'default'. | Darren 'Tadgy' Austin | 2021-03-08 | 1 | -1/+1 |
* | Add SLAAC security and privacy options. | Darren 'Tadgy' Austin | 2021-03-08 | 3 | -2/+37 |
* | Fix a typo in br_open when configuring IFOPTS: i->1. | Darren 'Tadgy' Austin | 2021-03-07 | 1 | -1/+1 |
* | Don't bring up a bridge interface if it will be brought up later by IP config. | Darren 'Tadgy' Austin | 2021-03-07 | 1 | -2/+6 |
* | Move configuration of SLACC before DHCP. | Darren 'Tadgy' Austin | 2021-03-07 | 1 | -29/+29 |
* | Remove README.networking as it's not finished yet and shouldn't be in the rel... | Darren 'Tadgy' Austin | 2021-03-02 | 1 | -554/+0 |
* | Fix descrepencies between rc.inet1.conf versions. | Darren 'Tadgy' Austin | 2021-03-02 | 2 | -5/+4 |
* | README.IPv6: Remove implementation detailscurrent-20210301 | Robby Workman | 2021-02-28 | 1 | -50/+0 |
* | netconfig: fix formatting of generated hosts file | Robby Workman | 2021-02-28 | 1 | -1/+1 |
* | netconfig: remove outdated note about /etc/hosts | Robby Workman | 2021-02-28 | 1 | -4/+0 |
* | Fix bug where the CIDR mask was included in /etc/hosts. | Darren 'Tadgy' Austin | 2021-02-28 | 1 | -2/+2 |
* | rc.inet1: Fix typo (destory -> destroy) | Robby Workman | 2021-02-28 | 1 | -1/+1 |
* | scripts/netconfig: menu fix for formatting and add additional info | Patrick J. Volkerding | 2021-02-28 | 1 | -7/+9 |
* | netconfig and rc.inet1.conf: Fix types (aggrigation -> aggregation) | Robby Workman | 2021-02-27 | 2 | -2/+2 |
* | README.networking: Fix typos (aggrigation --> aggregation) | Robby Workman | 2021-02-27 | 1 | -3/+3 |
* | README.bonding: Remove implementation details | Robby Workman | 2021-02-27 | 1 | -51/+1 |
* | Minor updates to README.networking - still a work in progress. | Darren 'Tadgy' Austin | 2021-02-27 | 1 | -12/+16 |
* | Update changelog comments in rc.wireless. | Darren 'Tadgy' Austin | 2021-02-27 | 1 | -0/+3 |
* | Some small syntax updates to quiet shellcheck. | Darren 'Tadgy' Austin | 2021-02-27 | 1 | -15/+15 |
* | Use extglobs to protect expansion of IFOPTS. Note: bash + extglob is now requ... | Darren 'Tadgy' Austin | 2021-02-27 | 1 | -4/+7 |
* | Change final occurances of IPADDR/NETMASK/IPALIASES over to IPADDRS. | Darren 'Tadgy' Austin | 2021-02-27 | 2 | -28/+7 |
* | Update manpages with new/changed options, update email address. | Darren 'Tadgy' Austin | 2021-02-27 | 2 | -48/+48 |
* | Update write out of rc.inet1.conf to new format. +more | Darren 'Tadgy' Austin | 2021-02-27 | 1 | -68/+54 |
* | Add function to convert new CIDR format netmasks to old style dotted quad. | Darren 'Tadgy' Austin | 2021-02-27 | 1 | -1/+13 |
* | Updated nameserver processing handling to include syntax checks + more. | Darren 'Tadgy' Austin | 2021-02-27 | 1 | -50/+82 |
* | Allow exiting when in NetworkManager confirmation dialog. | Darren 'Tadgy' Austin | 2021-02-27 | 1 | -1/+4 |
* | Add IPv6 support to 'loopback' option. Use IPADDRS. | Darren 'Tadgy' Austin | 2021-02-27 | 1 | -4/+8 |
* | Don't skip VLAN entry if it's empty + more | Darren 'Tadgy' Austin | 2021-02-27 | 1 | -12/+10 |
* | Don't write HOSTNAME before confirmation. Remove colour around examples. | Darren 'Tadgy' Austin | 2021-02-27 | 1 | -3/+4 |
* | Give 2 examples for IP address entry syntax. | Darren 'Tadgy' Austin | 2021-02-27 | 1 | -2/+2 |
* | Check entered prefix length is valid + more. | Darren 'Tadgy' Austin | 2021-02-27 | 1 | -102/+60 |
* | Add syntax_check_v6 function to validate IPv6 addresses + more. | Darren 'Tadgy' Austin | 2021-02-27 | 1 | -19/+44 |
* | Begin implementing multiple IPv6 addresses handling. | Darren 'Tadgy' Austin | 2021-02-27 | 1 | -33/+76 |
* | Use an IPv4 specific bounce file with IPv4 config. | Darren 'Tadgy' Austin | 2021-02-27 | 1 | -7/+7 |
* | Use an ipv4 specific bounce file for gateway config. | Darren 'Tadgy' Austin | 2021-02-27 | 1 | -15/+6 |
* | Clean up after ourselves in various places with new code. | Darren 'Tadgy' Austin | 2021-02-27 | 1 | -15/+41 |
* | Various updates to netconfig - see full log. | Darren 'Tadgy' Austin | 2021-02-27 | 1 | -80/+90 |
* | Clean up syntax of host+domain entry and add some basic validation. | Darren 'Tadgy' Austin | 2021-02-27 | 1 | -28/+42 |
* | Update VLAN syntax checking. Add quotes in rc.inet1.conf. | Darren 'Tadgy' Austin | 2021-02-27 | 2 | -15/+26 |
* | Add first draft of README.networking. | Darren 'Tadgy' Austin | 2021-02-27 | 1 | -0/+550 |
* | Implement a new IPADDRS array for v4 IPs - read full commit message | Darren 'Tadgy' Austin | 2021-02-27 | 2 | -67/+71 |
* | Restablish use of the -L option to assist Slackware ARM users. | Darren 'Tadgy' Austin | 2021-02-27 | 1 | -1/+0 |
* | Update comments regarding use of the hard coded dhcpcd -L command line option.current-20210227 | Darren 'Tadgy' Austin | 2020-08-17 | 1 | -3/+6 |
* | Include the IPv6 address + hostnames in /etc/networks. | Darren 'Tadgy' Austin | 2020-05-23 | 1 | -4/+2 |
* | Correct a couple of issues making shellcheck barf errors. | Darren 'Tadgy' Austin | 2020-01-05 | 1 | -2/+2 |
* | A couple of updates to netconfig and rc.inet1.conf. | Darren 'Tadgy' Austin | 2019-12-17 | 2 | -5/+8 |
* | Clarify configuration of IPALIASES in the examples section. | Darren 'Tadgy' Austin | 2019-12-12 | 1 | -3/+4 |