Changes between Version 25 and Version 26 of Internal/OpenFlow/miscUnix


Ignore:
Timestamp:
Oct 9, 2012, 10:52:16 PM (12 years ago)
Author:
akoshibe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/OpenFlow/miscUnix

    v25 v26  
    373373 * a dependency fix not requiring '`-f install`' with apt-get: '`build-dep [package]`', then install as usual.
    374374 * `[sudo] ip addr flush [iface]` resets the IP configurations for an interface on Ubuntu.
     375 * `[sudo] ip route flush` resets the route table on Ubuntu. `[sudo] route flush` does the same on FreeBSD.
    375376 * tar -xvf [archive.tgz] [filename] lets you extract a single file from an archive and -tf lists contents.
    376377 * the --exclude flag for tar can be used to ignore certain files when packing whole directories into tarballs.