Benjamin Valentin
|
a23fa5253f
|
doc: replace ping6 with ping
|
2021-11-29 17:32:37 +01:00 |
|
Benjamin Valentin
|
0ffe5a09f4
|
examples/gnrc_border_router: automatically start ZEP dispatcher
|
2020-11-13 18:11:33 +01:00 |
|
Jose Alamos
|
e451570219
|
gnrc_netif: remove GNRC_NETIF_NUMOF macro
|
2020-03-26 11:12:23 +01:00 |
|
Benjamin Valentin
|
e73f6454ed
|
examples/gnrc_border_router: update README.md
|
2020-03-19 23:01:44 +01:00 |
|
Martine S. Lenders
|
a0b0724f76
|
examples/gnrc_border_router: add optional DHCPv6 support
|
2020-02-20 16:42:19 +01:00 |
|
Martine S. Lenders
|
fc7b2b0760
|
examples/gnrc_border_router: remove trailing whitespaces in README
|
2020-02-20 16:37:32 +01:00 |
|
|
930142fbcf
|
examples/gnrc_border_router: add stdio_ethos dependency
|
2019-06-23 22:16:03 +02:00 |
|
Burdaa
|
15e16319d3
|
examples/gnrc_border_router: fix path to uhcpd in README
examples/gnrc_border_router: fix path to uhcpd in README
|
2018-06-02 20:22:31 +02:00 |
|
|
7ee7a42fb1
|
examples/gnrc_border_router: update readme to netif changes
|
2017-11-27 23:26:48 +01:00 |
|
Martine Lenders
|
b74ee8869b
|
slip: port to be used with netdev
|
2017-10-10 23:14:12 +02:00 |
|
kYc0o
|
4880ea3cc6
|
examples/gnrc_border_router: add commented lines for SLIP
|
2017-04-27 14:10:32 +02:00 |
|
Martine Lenders
|
29842bb5e4
|
netdev2: rename to netdev and remove gnrc_netdev
With some minor hand-edits I used the following chain of commands:
```sh
git rm sys/include/net/gnrc/netdev.h
git grep --name-only -i netdev2 | \
xargs sed -i -e 's/^\(NETDEV\)2\(.*\)\( [("]\)/\1\2 \3/g' \
-e 's/\(netdev\)2\(.*\)\( \/\*\*<\)/\1\2 \3/I' \
-e 's/\(netdev\)2/\1/gI'
git add -p
git commit --amend
git ls-tree --full-tree -r HEAD --name-only | \
grep "netdev2" | xargs -I'{}' dirname '{}' | uniq | \
grep "netdev2" | while read dir; do
new_dir="$(echo "$dir" | sed "s/netdev2/netdev/g")"
git mv -f "$dir" "$new_dir"
done
git commit --amend
git ls-tree --full-tree -r HEAD --name-only | \
grep "netdev2" | while read file; do
new_file="$(echo "$file" | sed "s/netdev2/netdev/g")"
git mv -f "$file" "$new_file"
done
git commit --amend
git grep --name-only "\<drivers_netdev_netdev\>" | \
xargs sed -i "s/\<drivers_netdev_netdev\>/drivers_netdev_api/g"
git add -p
git commit --amend
```
|
2017-03-15 09:31:20 +01:00 |
|
kYc0o
|
6d7f3aee18
|
examples/gnrc_border_router: Add ethos and start_network.sh to README.md
|
2016-04-14 11:53:13 +02:00 |
|
Cenk Gündoğan
|
bab642bd37
|
examples/gnrc_border_router: README fixes
|
2015-09-28 14:24:48 +02:00 |
|
Oleg Hahm
|
474c6d63c8
|
gnrc_border_router: added a first draft for a README
|
2015-09-20 16:08:28 +02:00 |
|