Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-28 | arp: T4397: change CLI syntax to support interface and VRF bound ARP entries | Christian Poessinger | |
* set protocols static arp interface eth0 address 192.0.2.1 mac 01:23:45:67:89:01 | |||
2022-04-25 | arp: T4397: migrate to get_config_dict() | Christian Poessinger | |
2020-05-29 | airbag: T2088: explicit enabling of the feature | Thomas Mangin | |
airbag must now be explicitly installed. the patch also allow to fully disables the installation of the logging code at setup (and not just installing and doing nothing) | |||
2020-04-09 | util: T2226: os.system was wrongly converted to run | Thomas Mangin | |
os.system does print the ouput of the command, run() does not. A new function called call() does the printing and return the error code. | |||
2020-04-06 | util: T2226: rewrite arp to use cmd | Thomas Mangin | |
2019-03-20 | [arp] bugfix for 'del prot static arp <ip> hwaddr' | hagbard | |
2019-03-11 | [arp] - T1288: python implemtation of 'set protocols static arp' | hagbard | |