460d3c44fe
Merge pull request #8087 from miri64/gnrc_ipv6_nib/fix/stray-assert
...
gnrc_ipv6_nib: Remove stray assert() in _handle_aro()
2017-11-20 12:07:58 +01:00
Martine Lenders
12261a3e69
gnrc_ipv6_nib: Remove stray assert() in _handle_aro()
...
This assertion doesn't make any sense. The function is called by
_copy_and_handle_aro() on a router which causes `nce` to be NULL
(because there is no NCE known yet) and then the function called
directly after (_reg_addr_upstream()) checks if `nce` might be NULL and
creates an NCE if necessary.
2017-11-20 06:41:08 +01:00
Martine Lenders
8a79b6739a
Merge pull request #8010 from cgundogan/pr/rpl_nib
...
gnrc_rpl: port to nib
2017-11-20 00:42:03 +01:00
Cenk Gündoğan
de5e0c677f
gnrc_netif: fix DEBUG output
2017-11-20 00:35:17 +01:00
Cenk Gündoğan
3be5c9fdf3
nib: use correct fall through hint
2017-11-20 00:35:17 +01:00
Cenk Gündoğan
5b5c479043
rpl: replace fib with nib
2017-11-20 00:35:17 +01:00
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