summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorDarren 'Tadgy' Austin <darren@afterdark.org.uk>2019-11-12 19:55:21 +0000
committerDarren 'Tadgy' Austin <darren@afterdark.org.uk>2019-11-12 19:55:21 +0000
commit9383f916300851f71f74936ab7e193b63857cea8 (patch)
tree6786a64925da8d02baed176c4fc24ce69e461536 /.gitignore
parentb45bac6044a3e39ea591bdb9c32ae6d7b2ec86cf (diff)
downloadslacknetsetup-9383f916300851f71f74936ab7e193b63857cea8.tar.xz
Small fixes - see full log.
Remove code to skip interfaces that do not have IP addresses configured. This checking is redundant now, and prevents interfaces being brought up without IP addresses - which is important for bridging/bonding/VLANs. When grabbing the vlan ID from the interface name, use ## instead of #. Move the point where bridges are taken down to before the point where wireless interfaces are taken down. This is required so that a bridge on a wireless interface is take down before the interface itself. When looping through the interfaces to take down, use MAXNICS-1.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..d042548
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+*~
+*.save
+.*.swp