Skip to content

Instantly share code, notes, and snippets.

@mmonaco
Created July 19, 2013 21:27
Show Gist options
  • Save mmonaco/6042472 to your computer and use it in GitHub Desktop.
Save mmonaco/6042472 to your computer and use it in GitHub Desktop.
/net
└── switches
└── switch1
├── flows
│   └── f1
│   ├── action.ip_dst
│   ├── action.ip_proto
│   ├── action.ip_src
│   ├── action.mac_dst
│   ├── action.mac_src
│   ├── action.mac_type
│   ├── action.out
│   ├── action.tp_dst
│   ├── action.tp_src
│   ├── bytes_in
│   ├── bytes_out
│   ├── cookie
│   ├── hard_timeout
│   ├── idle_timeout
│   ├── match.dl_dst
│   ├── match.dl_src
│   ├── match.dl_type
│   ├── match.dl_vlan
│   ├── match.in_port
│   ├── match.nw_dst
│   ├── match.nw_proto
│   ├── match.nw_src
│   ├── match.tp_dst
│   ├── match.tp_src
│   ├── packets_in
│   ├── packets_out
│   ├── priority
│   └── version
├── ports
│   └── LOCAL
│   ├── config.flood
│   ├── config.fwd
│   ├── config.packet_in
│   ├── config.port_down
│   ├── config.recv
│   ├── config.recv_stp
│   ├── config.stp
│   ├── features.advertized.100GB_FD
│   ├── features.advertized.100MB_FD
│   ├── features.advertized.100MB_HD
│   ├── features.advertized.10GB_FD
│   ├── features.advertized.10MB_FD
│   ├── features.advertized.10MB_HD
│   ├── features.advertized.1GB_FD
│   ├── features.advertized.1GB_HD
│   ├── features.advertized.1TB_FD
│   ├── features.advertized.40GB_FD
│   ├── features.advertized.AUTONEG
│   ├── features.advertized.COPPER
│   ├── features.advertized.FIBER
│   ├── features.advertized.OTHER
│   ├── features.advertized.PAUSE
│   ├── features.advertized.PAUSE_ASM
│   ├── features.curremt.10MB_FD
│   ├── features.current.100GB_FD
│   ├── features.current.100MB_FD
│   ├── features.current.100MB_HD
│   ├── features.current.10GB_FD
│   ├── features.current.10MB_HD
│   ├── features.current.1GB_FD
│   ├── features.current.1GB_HD
│   ├── features.current.1TB_FD
│   ├── features.current.40GB_FD
│   ├── features.current.AUTONEG
│   ├── features.current.COPPER
│   ├── features.current.FIBER
│   ├── features.current.OTHER
│   ├── features.current.PAUSE
│   ├── features.current.PAUSE_ASM
│   ├── features.peer.100GB_FD
│   ├── features.peer.100MB_FD
│   ├── features.peer.100MB_HD
│   ├── features.peer.10GB_FD
│   ├── features.peer.10MB_FD
│   ├── features.peer.10MB_HD
│   ├── features.peer.1GB_FD
│   ├── features.peer.1GB_HD
│   ├── features.peer.1TB_FD
│   ├── features.peer.40GB_FD
│   ├── features.peer.AUTONEG
│   ├── features.peer.COPPER
│   ├── features.peer.FIBER
│   ├── features.peer.OTHER
│   ├── features.peer.PAUSE
│   ├── features.peer.PAUSE_ASM
│   ├── features.supported.100GB_FD
│   ├── features.supported.100MB_FD
│   ├── features.supported.100MB_HD
│   ├── features.supported.10GB_FD
│   ├── features.supported.10MB_FD
│   ├── features.supported.10MB_HD
│   ├── features.supported.1GB_FD
│   ├── features.supported.1GB_HD
│   ├── features.supported.1TB_FD
│   ├── features.supported.40GB_FD
│   ├── features.supported.AUTONEG
│   ├── features.supported.COPPER
│   ├── features.supported.FIBER
│   ├── features.supported.OTHER
│   ├── features.supported.PAUSE
│   ├── features.supported.PAUSE_ASM
│   ├── hw_addr
│   ├── port_no
│   ├── state.link_up
│   ├── state.stp_forward
│   ├── state.stp_learn
│   ├── state.stp_listen
│   ├── stats.collisions
│   ├── stats.rx_bytes
│   ├── stats.rx_crc_err
│   ├── stats.rx_dropped
│   ├── stats.rx_errors
│   ├── stats.rx_frame_err
│   ├── stats.rx_over_err
│   ├── stats.rx_packets
│   ├── stats.tx_bytes
│   ├── stats.tx_dropped
│   ├── stats.tx_errors
│   └── stats.tx_packets
├── actions
├── capabilities
├── datapath_id
├── n_buffers
└── n_tables
6 directories, 122 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment