This website requires JavaScript.
Explore
Help
Sign In
genofire
/
jool-clat
Watch
1
Star
0
Fork
You've already forked jool-clat
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
e66a245633
jool-clat
/
networkd-dispatcher
/
no-carrier.d
/
clat.sh
6 lines
76 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
if
[
"
$IFACE
"
!
=
"clat"
]
;
then
ip netns del clatns
;
exit
0
;
fi
Reference in New Issue
View Git Blame
Copy Permalink