1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
Commit Graph

15563 Commits

Author SHA1 Message Date
Martine Lenders
c61a520c1a
Merge pull request #8084 from bergzand/shell/netif-add-mld
shell_commands: Add multicast groups to ifconfig command
2017-11-20 00:09:20 +01:00
Cenk Gündoğan
21a55612b7
Merge pull request #8083 from miri64/gnrc_ipv6_nib/api/prime-dr
gnrc_ipv6_nib: make user added default route the primary one
2017-11-19 23:51:53 +01:00
Martine Lenders
2f7b55b486 tests: adapt unittests for new FT behavior 2017-11-19 23:36:20 +01:00
Martine Lenders
2a899c45ac gnrc_ipv6_nib: make user added default route the primary one 2017-11-19 23:36:20 +01:00
20d050a42e shell_commands: Add multicast groups to ifconfig command 2017-11-19 22:32:47 +01:00
Cenk Gündoğan
ba77fd5592
Merge pull request #8082 from miri64/gnrc_ipv6_nib/fix/gnrc_netif_dep
gnrc_ipv6_nib: fix gnrc_netif dependency
2017-11-19 19:23:21 +01:00
Martine Lenders
42adac0ece gnrc_ipv6_nib: fix gnrc_netif dependency
GNRC includes this dependency implicitly, but if the NIB is used
isolated (as e.g. in its unittest suite) this dependency is missing.
2017-11-19 14:16:45 +01:00
Cenk Gündoğan
ec671c0a32
Merge pull request #8077 from miri64/shell/fix/6ctx-no-rtr-adv
shell: do not advertise reactively in 6ctx command
2017-11-19 02:22:31 +01:00
Cenk Gündoğan
4a0d57c6fa
Merge pull request #8073 from miri64/gnrc_ipv6_nib/feat/route-timeout
gnrc_ipv6_nib: add timeouts to routes
2017-11-19 01:18:25 +01:00
d3a00c17e7
Merge pull request #8076 from miri64/tests/fix/bluebill-in-gnrc_netif
tests: add bluepill to gnrc_netif's insufficient memory list
2017-11-18 21:36:31 +01:00
Martine Lenders
c5fc7c44cd
shell: do not advertise reactively in 6ctx command
After thinking about it a bit, I decided to remove the reactive
advertisement of context information all together in the shell command.
RFC 6775 does not explicitly forbids, but it discourages multicast RAs,
which would be the alternative.
2017-11-17 16:32:14 +01:00
Martine Lenders
5e491513b1
tests: add bluepill to gnrc_netif's insufficient memory list 2017-11-17 16:10:24 +01:00
Hauke Petersen
582abd4e00
Merge pull request #8075 from miri64/tests/fix/resolve-gnrc_netif2-conflict
tests: revert gnrc_netif2 Makefile to resolve merge conflict
2017-11-17 15:50:16 +01:00
Martine Lenders
bbae7a4193
tests: revert gnrc_netif2 test to resolve merge conflict 2017-11-17 15:31:59 +01:00
Martine Lenders
c28de94fd1
tests: adapt tests for route lifetime 2017-11-17 13:45:41 +01:00
Martine Lenders
0f9d266af2
shell: adapt nib route command for route lifetime 2017-11-17 13:44:59 +01:00
Martine Lenders
e7bb0ed67f
gnrc_uhcpc: adapt for route lifetime 2017-11-17 13:44:18 +01:00
Martine Lenders
f62974207d
gnrc_ipv6_nib: add timeouts to routes 2017-11-17 13:43:18 +01:00
Cenk Gündoğan
abe721ff6c
Merge pull request #8071 from miri64/gnrc_ipv6_nib/fix/rtr-timeout
gnrc_ipv6_nib: actually timeout a default router
2017-11-17 12:03:12 +01:00
Martine Lenders
fb5851dde4
gnrc_ipv6_nib: actually timeout a default router
While the GNRC_IPV6_NIB_RTR_TIMEOUT is properly handled, it is actually
never fired. Moreover, the router lifetime is set, but never read.

This removes the router lifetime and switches it out for an evtimer
to does the GNRC_IPV6_NIB_RTR_TIMEOUT event.
2017-11-17 11:43:32 +01:00
2db13af649
Merge pull request #8069 from miri64/gnrc/cleanup/rename-gnrc_netif2-and-gnrc_ndp2
gnrc_(*)2: rename to gnrc_\1
2017-11-17 11:09:45 +01:00
Martine Lenders
f90a9a875f
gnrc_ndp2: rename to gnrc_ndp 2017-11-17 10:41:54 +01:00
Martine Lenders
31b1ceb440
gnrc_netif2: rename to gnrc_netif 2017-11-17 10:41:54 +01:00
6980d82cc1
Merge pull request #8064 from miri64/gnrc/cleanup/rm-legacy
gnrc: remove legacy GNRC code
2017-11-17 10:38:09 +01:00
Martine Lenders
636ef2a498
gnrc: remove legacy neighbor discovery code 2017-11-17 09:20:30 +01:00
Martine Lenders
71a7dbf918
gnrc: remove legacy network interface structures 2017-11-17 09:20:29 +01:00
Martine Lenders
7ecafb7909
Merge pull request #7961 from miri64/shell_commands/fix/sc_netif2
shell_commands: fix sc_gnrc_netif2 for MSP430
2017-11-17 06:21:11 +01:00
f54d88243e
Merge pull request #8063 from miri64/examples/fix/bluepill-mem
examples: gnrc_tftp: add bluepill board to insufficient memory list
2017-11-16 22:09:03 +01:00
Martine Lenders
645bede150
examples: gnrc_tftp: add bluepill board to insufficient memory list 2017-11-16 17:05:12 +01:00
Martine Lenders
bf8465c650
Merge pull request #7479 from miri64/gnrc_ipv6_nib/feat/ndp-rd
gnrc_ipv6_nib: implement behavior for router discovery
2017-11-16 16:35:21 +01:00
Martine Lenders
81731791f8
tests: unittests: remove outdated, defective unittests 2017-11-16 16:17:21 +01:00
Martine Lenders
938e605a90
examples: tests: update insufficient memory lists
(for now)
2017-11-16 16:17:21 +01:00
4fe37541f1
Merge pull request #8060 from miri64/gnrc_lwmac/fix/cppcheck
gnrc_lwmac: fix issues reported by cppcheck
2017-11-16 15:52:50 +01:00
Martine Lenders
db553b6149
tests: adapt gnrc_ipv6_nib unittests to add new required modules 2017-11-16 15:49:21 +01:00
Martine Lenders
ccb8462d94
gnrc_sixlowpan_nd: adapt for NIB 2017-11-16 15:49:21 +01:00
Martine Lenders
5b5a99e175
tests: adapt gnrc_ipv6_nib_6ln test for router discovery 2017-11-16 15:49:21 +01:00
Martine Lenders
982eee17dd
tests: adapt gnrc_ipv6_nib test for router discovery 2017-11-16 15:49:21 +01:00
Martine Lenders
6b320fe40e
tests: adapt gnrc_ndp2 tests for router behavior 2017-11-16 15:49:21 +01:00
Martine Lenders
319c0f9d21
gnrc_ipv6_nib: implement behavior for router discovery 2017-11-16 15:49:20 +01:00
Martine Lenders
f21a828502
ndp: sixlowpan_nd: provide more constants for default values 2017-11-16 15:49:20 +01:00
Martine Lenders
fbb70315cb
lwmac: fix issues reported by cppcheck 2017-11-16 15:07:08 +01:00
911f19718a
Merge pull request #8049 from miri64/gnrc_netif2/opt/uninline
gnrc_netif2: make more complexer functions not inline
2017-11-16 14:56:25 +01:00
Martine Lenders
62a1f0848f
gnrc_netif2: make more complexer functions not inline 2017-11-16 14:44:23 +01:00
Martine Lenders
cb3c27dc29
Merge pull request #7414 from miri64/gnrc_netif2/feat/cc110x
cc110x: port to gnrc_netif2
2017-11-15 23:03:58 +01:00
Martine Lenders
e3ef42842e cc110x: port to gnrc_netif2 2017-11-15 22:57:02 +01:00
Martine Lenders
099cdcf820
Merge pull request #8041 from miri64/gnrc_ipv6_nib/fix/slip-addr-res-exception
gnrc_ipv6_nib: add exception in address resolution for SLIP
2017-11-15 20:42:23 +01:00
Martine Lenders
90549108ca
gnrc_ipv6_nib: add exception in address resolution for SLIP 2017-11-15 20:03:30 +01:00
Martine Lenders
e756d2a2b9
Merge pull request #7462 from miri64/gnrc_netif2/feat/raw
gnrc_netif2: provide raw adaption layer (for e.g. SLIP)
2017-11-15 16:25:13 +01:00
Martine Lenders
852cb5a791
gnrc_netif2: adapt setting of maximum packet size for slipdev 2017-11-15 16:19:15 +01:00
Martine Lenders
6038a7d3a5
gnrc_netif2: provide raw adaption layer (for e.g. SLIP) 2017-11-14 13:40:51 +01:00