summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2019-09-15 20:40:52 +0200
committerChristian Poessinger <christian@poessinger.com>2019-09-20 21:28:53 +0200
commit3bf0a5e586e9139e80cdecd14ab326cee5512fae (patch)
tree8df9004082e28c1781d382f0e05417685ad8c5a6 /src
parent95b88584fd9239d3143adc6b7935544df208ac88 (diff)
downloadvyos-1x-3bf0a5e586e9139e80cdecd14ab326cee5512fae.tar.gz
vyos-1x-3bf0a5e586e9139e80cdecd14ab326cee5512fae.zip
ethernet: T1637: fix calling arp_cache_tmo property
Diffstat (limited to 'src')
-rwxr-xr-xsrc/conf_mode/interface-ethernet.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf_mode/interface-ethernet.py b/src/conf_mode/interface-ethernet.py
index 8a72068c5..4f455e8d3 100755
--- a/src/conf_mode/interface-ethernet.py
+++ b/src/conf_mode/interface-ethernet.py
@@ -284,7 +284,7 @@ def apply(eth):
# disable ethernet flow control (pause frames)
e.set_flow_control(eth['flow_control'])
# configure ARP cache timeout in milliseconds
- e.arp_cache_tmp = eth['ip_arp_cache_tmo']
+ e.arp_cache_tmo = eth['ip_arp_cache_tmo']
# Enable proxy-arp on this interface
e.proxy_arp = eth['ip_proxy_arp']
# Enable private VLAN proxy ARP on this interface