1. 10 Dec, 2021 1 commit
  2. 14 Feb, 2021 1 commit
  3. 02 Jul, 2020 1 commit
  4. 30 Sep, 2019 1 commit
  5. 02 Nov, 2016 1 commit
  6. 09 Mar, 2016 1 commit
  7. 02 Mar, 2016 1 commit
    • Michael Shigorin's avatar
      net-eth: systemd-networkd configuration support · 5ea3f714
      Michael Shigorin authored
      shaba@ asked if it's feasible to extend 50-net-eth
      with a generator for systemd-networkd style configs
      having provided examples; here it is (depends on
      /etc/systemd/network/ being packaged into that one).
      
      (fixed up by shaba@'s removal of superfluous quotes)
      5ea3f714
  8. 21 Apr, 2014 1 commit
  9. 17 Mar, 2014 1 commit
    • Michael Shigorin's avatar
      net-eth: drop duplicate config line · 7fafe134
      Michael Shigorin authored
      There was an extra DISABLED=no line written to interface configurarion
      that's been superceded by the subsequently added parametrized one;
      just drop it.
      
      Thanks glebfm@ for spotting the garbage.
      7fafe134
  10. 03 Feb, 2014 1 commit
    • Michael Shigorin's avatar
      live, net-eth: add DHCP_TIMEOUT when appropriate · 9d753883
      Michael Shigorin authored
      It's hardwired at 1/10 of the default /etc/net value
      since 3 seconds are enough for properly functioning
      DHCP servers in properly maintained networks (those
      improper ones tend to have problems with 30 seconds
      anyways), and waiting for too long makes users feel
      bad for a reason.
      
      Thanks msp@ for bringing attention to this.
      9d753883
  11. 22 Jul, 2013 1 commit
    • Michael Shigorin's avatar
      net-eth: fix defaults · 8e87358b
      Michael Shigorin authored
      It came unnoticed that USE_IFPLUGD clashes with
      CONFIG_WIRELESS which is the default for eth ifaces.
      8e87358b
  12. 15 Jul, 2013 1 commit
    • Michael Shigorin's avatar
      net-eth: ensure single-subsystem control · 37b971f5
      Michael Shigorin authored
      Setting NM_CONTROLLED is apparently not enough to disable
      /etc/net handling of a particular interface; thanks sem@
      for noticing the fortunate error messages in logs
      and explaining this peculiarity to me.
      37b971f5
  13. 01 Jul, 2013 1 commit
    • Michael Shigorin's avatar
      initial net-eth feature · fb419a9f
      Michael Shigorin authored
      This one is also putting an end to an overly long lived hack
      named vm-net by replacing it with a bit more generic mechanism.
      fb419a9f