File: 10_interfaces.xml

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-- 387 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
<pyroman>
  <!-- the most basic interface specification: any interface -->
  <!-- the name is used for generating chain names (so don't make it too long,
  and use only ascii characters. -->
  <!-- the iface attribute is the kernel interfaces this maps to; a '*'
  obviously is all interfaces. Statements such as 'eth* ppp*' are okay. -->
  <interface name="any" iface="*" />
</pyroman>