Skip to content
  • meurisa's avatar
    interface: add neighbor config support · 08989e46
    meurisa authored
    
    
    The neighbor or neighbor6 network section makes neighbours
    configurable via UCI or proto shell handlers. It allows to
    install neighbor proxy entries or static neighbor entries
    
    The neighbor or neighbor6 section has the following types:
    	interface : declares the logical OpenWrt interface
    	ipaddr : the ip address of the neighbor
    	mac : the mac address of the neighbor
    	proxy : specifies whether the neighbor ia a proxy
    		entry (can be 1 or 0)
    	router : specifies whether the neighbor is a router
    		 (can be 1 or 0)
    
    Signed-off-by: default avatarAlexander Meuris <meurisalexander@gmail.com>
    Signed-off-by: default avatarHans Dedecker <dedeckeh@gmail.com>
    08989e46