summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | | | | Merge remote branch 'upstream/master'jim-p2011-05-203-14/+27
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge remote branch 'upstream/master'jim-p2011-05-191-2/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge remote branch 'upstream/master'jim-p2011-05-192-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge remote branch 'upstream/master'jim-p2011-05-1911-70/+206
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolves #1529. Check if the file exists before opening it.Ermal2011-05-161-1/+3
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove onlink flagsSeth Mos2011-05-151-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' into smos-ipv6Bill Marquette2011-05-146-4/+83
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove a space, this prevents the dhcp server from startingSeth Mos2011-05-141-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge remote branch 'upstream/master'Seth Mos2011-05-138-80/+119
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix accidental linebreak to cause the pid to always return 0Seth Mos2011-05-111-2/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Properly kill the dhcp6 clientSeth Mos2011-05-101-1/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Save the IPv6 DNS server and search domain to /var/etc/ so that system resolv...Seth Mos2011-05-101-4/+15
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Correct the dhcp6c function name, accept router advertisementsSeth Mos2011-05-101-1/+3
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add the new rc.newwanipv6 script. Needs more work. Dhcp6c client does not pa...Seth Mos2011-05-101-0/+145
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prevent incorrect rtadvd.conf generation if the prefix is not yet set on the ...Seth Mos2011-05-101-8/+12
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a prefix pool for prefix delegation. Doesn't work yet. ISC dhcpd complain...Seth Mos2011-05-091-6/+8
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable debugging for the dhcp6c client so we can better track if it's working...Seth Mos2011-05-061-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add DHCP-PD support if the WAN interface is set to DHCP.Seth Mos2011-05-062-59/+103
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable accidentally commented out dhclient command for ipv4Charlie2011-05-051-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add backend support for the dhcp v6 clientSeth Mos2011-05-051-19/+26
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add firewall rules so that the DHCPv6 replies can come back inSeth Mos2011-05-051-0/+3
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add the dhcp6 client into the backend code. Needs scripts for up down events ...Seth Mos2011-05-051-3/+50
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove stray debugging lines in VPNSeth Mos2011-05-041-2/+0
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove debuggingSeth Mos2011-05-041-1/+0
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | More DHCPv6 server fixes, split the function out into seperate v4 and v6. Mak...Seth Mos2011-05-041-156/+218
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make sure to send both the managed and other config flags.Seth Mos2011-05-031-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge remote branch 'upstream/master'Seth Mos2011-05-039-24/+53
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove the quotes, these break the advertisementSeth Mos2011-04-281-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hopefully fix the router advertisementSeth Mos2011-04-281-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge remote branch 'upstream/master'Seth Mos2011-04-289-32/+53
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change the rtadvd daemon options to a more readable format that should hopefu...Seth Mos2011-04-281-2/+4
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Push the ipv6 routes for the local network with push route-ipv6Seth Mos2011-04-261-0/+4
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add the ipv6 configuration options for routing ipv6 over the tunnel. Currentl...Seth Mos2011-04-251-2/+19
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Generate a address from the bridge mac and configure a v6 addressSeth Mos2011-04-151-1/+3
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge remote branch 'upstream/master'Seth Mos2011-04-157-12/+24
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Parse errorSeth Mos2011-04-121-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only pick up the ipv6 addresses from the DNS servers sectionSeth Mos2011-04-121-1/+8
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge remote branch 'upstream/master'Seth Mos2011-04-1212-15/+70
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge remote branch 'upstream/master'Seth Mos2011-04-1210-62/+228
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge remote branch 'upstream/master'Scott Ullrich2011-03-277-120/+53
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge remote branch 'upstream/master'Seth Mos2011-03-2414-85/+183
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix parse errorSeth Mos2011-03-221-2/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Restore the IPv6 counters I accidentally overwroteSeth Mos2011-03-221-18/+31
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Set some defaults, advertise a default ipv6 mtu of 1280.Seth Mos2011-03-211-4/+18
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Correct typo in array name. Add select box for operating mode of rtadvd and d...Seth Mos2011-03-211-8/+19
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Further fixup the fetch Mac address exec() this hopefully worksSeth Mos2011-03-211-2/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Attempt to manually generate a ipv6 addressSeth Mos2011-03-201-1/+3
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a function that will calculate the ipv6 address for a given hardware addressSeth Mos2011-03-201-29/+51
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit from Bill M for ipv6 counters and interface statsSeth Mos2011-03-201-17/+29
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix filter rules for requested ipv6 icmp typesSeth Mos2011-03-181-6/+6
OpenPOWER on IntegriCloud