File: 10_interfaces.xml

package info (click to toggle)
pyroman 0.6.2-1.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 396 kB
  • sloc: python: 1,706; xml: 89; sh: 57; makefile: 5
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>