diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-04-18 11:43:22 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-04-18 13:25:08 +0200 |
commit | deed0ceac983359c3c9d27e584dd3ec8e2e18156 (patch) | |
tree | c2f97d9b37d7632ea25c2d88bde46cabb36e2196 /interface-definitions | |
parent | 1795ae2c8aa67ef5d0efec50d31c1ad1917841b2 (diff) | |
download | vyos-1x-deed0ceac983359c3c9d27e584dd3ec8e2e18156.tar.gz vyos-1x-deed0ceac983359c3c9d27e584dd3ec8e2e18156.zip |
pppoe-server: T2314: remove boilerplate code and adjust
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/service_pppoe-server.xml.in (renamed from interface-definitions/service-pppoe.xml.in) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/service-pppoe.xml.in b/interface-definitions/service_pppoe-server.xml.in index b4950ede1..39f4093a7 100644 --- a/interface-definitions/service-pppoe.xml.in +++ b/interface-definitions/service_pppoe-server.xml.in @@ -2,7 +2,7 @@ <interfaceDefinition> <node name="service"> <children> - <node name="pppoe-server" owner="${vyos_conf_scripts_dir}/service-pppoe.py"> + <node name="pppoe-server" owner="${vyos_conf_scripts_dir}/service_pppoe-server.py"> <properties> <help>Point to Point over Ethernet (PPPoE) Server</help> <priority>900</priority> |