Validate the mac address during set

Allow the mac to be set if one of the condition is true.
1) Incoming Mac is of local admin type.
        or
2) Incoming mac is same as eeprom Mac.

Fixes openbmc/openbmc#622

Change-Id: I4289b18b8460d56cf9956b7c3028da6468f27974
Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
2 files changed
tree: e004802e7a1a32d81ec56ce98866dc7bf157c736
  1. conf/
  2. bootstrap.sh
  3. configure.ac
  4. LICENSE
  5. logman.py
  6. Makefile.am
  7. netman.py
  8. netman_watch_dns.c
  9. README.md
  10. userman.py
README.md

To Build

To build this package, do the following steps:

    1. ./bootstrap.sh
    2. ./configure ${CONFIGURE_FLAGS}
    3. make

To full clean the repository again run `./bootstrap.sh clean`.