File: 10_interfaces.py

package info (click to toggle)
pyroman 0.5.0~alpha1-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 400 kB
  • sloc: python: 1,653; xml: 88; sh: 59; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 226 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
"""
We create our interface groups here.
"""
# setup an interface/group alias here, for example:
# add_interface("int", "eth0 ppp+")

# 'any interface' is a good choice for "never ever accept" rules.
add_interface("any", "*")