summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2016-10-13 11:06:25 +0000
committerLubomir Rintel <lkundrak@v3.sk>2016-11-09 17:16:47 +0100
commit3dd93bcab41d7cd8611c6686195f8337f89af2b4 (patch)
tree598e2a5d2d9f437e27a00c20845d29446afdf194 /.gitignore
parentfeefa497d10e032bb1d24c9b27c450f78204910e (diff)
rdisc: rename to ndisc
We'll soon not only do the router discovery, but announce ourselves as a reouter. "Neighbor discovery" sounds to be a more appropriate name for the class than "Router discovery".
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index d2632d4d0..21de7800f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -247,8 +247,8 @@ test-*.trs
/src/dhcp-manager/tests/test-dhcp-utils
/src/dnsmasq-manager/tests/test-dnsmasq-utils
/src/nm-iface-helper
-/src/rdisc/tests/test-rdisc-fake
-/src/rdisc/tests/test-rdisc-linux
+/src/ndisc/tests/test-ndisc-fake
+/src/ndisc/tests/test-ndisc-linux
/src/settings/plugins/ibft/tests/test-ibft
/src/settings/plugins/ifcfg-rh/nmdbus-ifcfg-rh.[ch]
/src/settings/plugins/ifcfg-rh/tests/test-ifcfg-rh
@@ -289,3 +289,4 @@ test-*.trs
/src/devices/wifi/tests/test-wifi-ap-utils
/src/settings/plugins/ifcfg-rh/tests/test-ifcfg-rh-utils
/src/settings/plugins/ifnet/tests/check_ifnet
+/src/rdisc/