Enable raw sockets using VNET, and allow connections to 127.0.0.1.
[util-vserver-pl.git] / python / bwlimit
1 #!/usr/bin/python
2
3 import bwlimit
4
5 if __name__ == '__main__':
6     bwlimit.main()